summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-10-24 03:44:42 +0000
committerGlenn Morris <rgm@gnu.org>2009-10-24 03:44:42 +0000
commite8f2a5d597e389755aff846cae9d247b2b930669 (patch)
tree63d2c7dd0b9f12fdc868d264a881b15943a13cae /lisp/emacs-lisp/checkdoc.el
parentd270305a6543f4f86ef84107e049ae831e7df081 (diff)
downloademacs-e8f2a5d597e389755aff846cae9d247b2b930669.tar.gz
(generate-autoload-cookie): Define for compiler.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r--lisp/emacs-lisp/checkdoc.el3
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:,