# HG changeset patch # User Richard M. Stallman # Date 716338110 0 # Node ID 6a0c694bd3a5ba9b685caffb818ddb23f3b53681 # Parent e1519ff908b3b040c390b35127e1ce668ee00cab entered into RCS diff -r e1519ff908b3 -r 6a0c694bd3a5 lisp/emacs-lisp/autoload.el --- 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)))