diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-08-04 16:29:47 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-08-04 16:29:47 +0200 |
commit | d15b67b108a72bbd0216b3eb3bd4e4dd0d1d7968 (patch) | |
tree | 7cb0b937d665f22effe915a0e6c105546a7e2cb2 /lisp/emacs-lisp | |
parent | 580976a82ce638c0502ab96e3c5e3a7919c7d871 (diff) | |
download | emacs-d15b67b108a72bbd0216b3eb3bd4e4dd0d1d7968.tar.gz emacs-d15b67b108a72bbd0216b3eb3bd4e4dd0d1d7968.tar.bz2 emacs-d15b67b108a72bbd0216b3eb3bd4e4dd0d1d7968.zip |
Minor checkdoc.el clean up
* lisp/emacs-lisp/checkdoc.el (generate-autoload-cookie): This is
no longer used, so remove reference.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 94ade5928f0..ac589b82f83 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -2360,8 +2360,6 @@ News agents may remove it" ;;; Comment checking engine ;; -(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:, |