changeset 1108:6a0c694bd3a5

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Sep 1992 22:48:30 +0000
parents e1519ff908b3
children c9feb3e64805
files lisp/emacs-lisp/autoload.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el	Sat Sep 12 22:27:16 1992 +0000
+++ b/lisp/emacs-lisp/autoload.el	Sat Sep 12 22:48:30 1992 +0000
@@ -250,7 +250,8 @@
 for %s should be inserted.
 Then do \\[exit-recursive-edit]."
 			      file))))
-	    (recursive-edit))
+	    (recursive-edit)
+	    (beginning-of-line))
 	  (generate-file-autoloads file)))
       (if (and (null existing-buffer)
 	       (setq existing-buffer (get-file-buffer file)))