Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e8f2a5d5
Commit
e8f2a5d5
authored
Oct 24, 2009
by
Glenn Morris
Browse files
(generate-autoload-cookie): Define for compiler.
parent
d270305a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/emacs-lisp/checkdoc.el
lisp/emacs-lisp/checkdoc.el
+3
-0
No files found.
lisp/ChangeLog
View file @
e8f2a5d5
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>
...
...
lisp/emacs-lisp/checkdoc.el
View file @
e8f2a5d5
...
...
@@ -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:,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment