aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-10-24 03:44:42 +0000
committerGlenn Morris2009-10-24 03:44:42 +0000
commite8f2a5d597e389755aff846cae9d247b2b930669 (patch)
tree63d2c7dd0b9f12fdc868d264a881b15943a13cae
parentd270305a6543f4f86ef84107e049ae831e7df081 (diff)
downloademacs-e8f2a5d597e389755aff846cae9d247b2b930669.tar.gz
emacs-e8f2a5d597e389755aff846cae9d247b2b930669.zip
(generate-autoload-cookie): Define for compiler.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/emacs-lisp/checkdoc.el3
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fe7d42bd3cc..d748c4e9885 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-10-24 Glenn Morris <rgm@gnu.org> 12009-10-24 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4 compiler.
5
3 * vc-hooks.el (vc-responsible-backend): Fix declaration. 6 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4 7
52009-10-24 Stefan Monnier <monnier@iro.umontreal.ca> 82009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
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."
2066 (progn 2066 (progn
2067 (forward-sexp -1) 2067 (forward-sexp -1)
2068 ;; piece of an abbreviation 2068 ;; piece of an abbreviation
2069 ;; FIXME etc
2069 (looking-at 2070 (looking-at
2070 "\\([a-z]\\|[iI]\\.?e\\|[eE]\\.?g\\)\\.")) 2071 "\\([a-z]\\|[iI]\\.?e\\|[eE]\\.?g\\)\\."))
2071 (error t)))) 2072 (error t))))
@@ -2216,6 +2217,8 @@ News agents may remove it"
2216 ;; b) determine if we have lm-history symbol which doesn't always exist 2217 ;; b) determine if we have lm-history symbol which doesn't always exist
2217 (require 'lisp-mnt)) 2218 (require 'lisp-mnt))
2218 2219
2220(defvar generate-autoload-cookie)
2221
2219(defun checkdoc-file-comments-engine () 2222(defun checkdoc-file-comments-engine ()
2220 "Return a message list if this file does not match the Emacs standard. 2223 "Return a message list if this file does not match the Emacs standard.
2221This checks for style only, such as the first line, Commentary:, 2224This checks for style only, such as the first line, Commentary:,