Mercurial > emacs
changeset 105736:4d7a7b574da2
(generate-autoload-cookie): Define for compiler.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 24 Oct 2009 03:44:42 +0000 |
parents | 5d9281801a59 |
children | 2009126d46e1 |
files | lisp/ChangeLog lisp/emacs-lisp/checkdoc.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 24 03:43:47 2009 +0000 +++ b/lisp/ChangeLog Sat Oct 24 03:44:42 2009 +0000 @@ -1,5 +1,8 @@ 2009-10-24 Glenn Morris <rgm@gnu.org> + * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for + compiler. + * vc-hooks.el (vc-responsible-backend): Fix declaration. 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
--- a/lisp/emacs-lisp/checkdoc.el Sat Oct 24 03:43:47 2009 +0000 +++ b/lisp/emacs-lisp/checkdoc.el Sat Oct 24 03:44:42 2009 +0000 @@ -2066,6 +2066,7 @@ (progn (forward-sexp -1) ;; piece of an abbreviation + ;; FIXME etc (looking-at "\\([a-z]\\|[iI]\\.?e\\|[eE]\\.?g\\)\\.")) (error t)))) @@ -2216,6 +2217,8 @@ ;; 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:,