aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/autoload.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index c8f73cf1ddf..17dbfd7c7b5 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -250,7 +250,8 @@ Move point to where the autoload section
250for %s should be inserted. 250for %s should be inserted.
251Then do \\[exit-recursive-edit]." 251Then do \\[exit-recursive-edit]."
252 file)))) 252 file))))
253 (recursive-edit)) 253 (recursive-edit)
254 (beginning-of-line))
254 (generate-file-autoloads file))) 255 (generate-file-autoloads file)))
255 (if (and (null existing-buffer) 256 (if (and (null existing-buffer)
256 (setq existing-buffer (get-file-buffer file))) 257 (setq existing-buffer (get-file-buffer file)))