emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 18eec57: * lisp/emacs-lisp/checkdoc.el (checkdoc-dired): Autoload


From: Stefan Kangas
Subject: master 18eec57: * lisp/emacs-lisp/checkdoc.el (checkdoc-dired): Autoload.
Date: Fri, 12 Nov 2021 05:41:45 -0500 (EST)

branch: master
commit 18eec5720e3b49c0f9efb646bb896ba4e9549ea0
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/emacs-lisp/checkdoc.el (checkdoc-dired): Autoload.
---
 lisp/emacs-lisp/checkdoc.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 7bb82c2..ab2f34c 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -1116,6 +1116,7 @@ space at the end of each line."
           ";;; lisp/trampver.el.  Generated from trampver.el.in by 
configure."))
   "Regexp that when it matches tells `checkdoc-dired' to skip a file.")
 
+;;;###autoload
 (defun checkdoc-dired (files)
   "In Dired, run `checkdoc' on marked files.
 Skip anything that doesn't have the Emacs Lisp library file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]