]> code.delx.au - gnu-emacs/commitdiff
entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Sep 1992 22:48:30 +0000 (22:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Sep 1992 22:48:30 +0000 (22:48 +0000)
lisp/emacs-lisp/autoload.el

index c8f73cf1ddf57294ab2192a6c85e75e133dc3b1a..17dbfd7c7b5b54172da4795a5014f4a7720ccab8 100644 (file)
@@ -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)))