From 078a88f4d69b422af3cb8defe4d7f97590437b60 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 12 Sep 1992 22:48:30 +0000 Subject: [PATCH] entered into RCS --- lisp/emacs-lisp/autoload.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index c8f73cf1dd..17dbfd7c7b 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -250,7 +250,8 @@ Move point to where the autoload section 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))) -- 2.39.2