diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-09-12 22:48:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-09-12 22:48:30 +0000 |
commit | 078a88f4d69b422af3cb8defe4d7f97590437b60 (patch) | |
tree | 5b1a01368084cc7f5988937aa3d184c91b54bd58 /lisp/emacs-lisp/autoload.el | |
parent | 26aaadf383d7d68514d85ce1b204541e38b18955 (diff) | |
download | emacs-078a88f4d69b422af3cb8defe4d7f97590437b60.tar.gz emacs-078a88f4d69b422af3cb8defe4d7f97590437b60.tar.bz2 emacs-078a88f4d69b422af3cb8defe4d7f97590437b60.zip |
entered into RCS
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 3 |
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 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))) |