summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-wide-docstring-ignore.el
blob: c80ddd180d95df5280db07b70ede9706a6581451 (plain)
1
2
3
4
5
6
7
;;; -*- lexical-binding: t -*-
(defvar foo-bar nil
  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")

;; Local Variables:
;; byte-compile-docstring-max-column: 100
;; End: