diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 67d310ed0ef..0edfa4ab4be 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -2066,6 +2066,7 @@ If the offending word is in a piece of quoted text, then it is skipped." (progn (forward-sexp -1) ;; piece of an abbreviation + ;; FIXME etc (looking-at "\\([a-z]\\|[iI]\\.?e\\|[eE]\\.?g\\)\\.")) (error t)))) @@ -2216,6 +2217,8 @@ News agents may remove it" ;; b) determine if we have lm-history symbol which doesn't always exist (require 'lisp-mnt)) +(defvar generate-autoload-cookie) + (defun checkdoc-file-comments-engine () "Return a message list if this file does not match the Emacs standard. This checks for style only, such as the first line, Commentary:, |