From: Glenn Morris Date: Sat, 24 Oct 2009 03:44:42 +0000 (+0000) Subject: (generate-autoload-cookie): Define for compiler. X-Git-Tag: emacs-pretest-23.1.90~680 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8f2a5d597e389755aff846cae9d247b2b930669;p=emacs.git (generate-autoload-cookie): Define for compiler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe7d42bd3cc..d748c4e9885 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-10-24 Glenn Morris + * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for + compiler. + * vc-hooks.el (vc-responsible-backend): Fix declaration. 2009-10-24 Stefan Monnier 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:,