aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/autoload.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index c458e7b1cb6..efeb056204c 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -768,7 +768,7 @@ FILE's modification time."
768 "define-erc-module" 768 "define-erc-module"
769 "define-erc-response-handler" 769 "define-erc-response-handler"
770 "defun-rcirc-command")))) 770 "defun-rcirc-command"))))
771 (push (match-string 2) defs)) 771 (push (match-string-no-properties 2) defs))
772 (forward-sexp 1) 772 (forward-sexp 1)
773 (forward-line 1))))))) 773 (forward-line 1)))))))
774 774