aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/autoload.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 27426c45307..7299ae9d203 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -761,6 +761,7 @@ FILE's modification time."
761 "def-edebug-spec" 761 "def-edebug-spec"
762 ;; Hmm... this is getting ugly: 762 ;; Hmm... this is getting ugly:
763 "define-widget" 763 "define-widget"
764 "define-erc-module"
764 "define-erc-response-handler" 765 "define-erc-response-handler"
765 "defun-rcirc-command")))) 766 "defun-rcirc-command"))))
766 (push (match-string 2) defs)) 767 (push (match-string 2) defs))