diff options
| author | Richard M. Stallman | 1992-09-12 22:48:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-12 22:48:30 +0000 |
| commit | 078a88f4d69b422af3cb8defe4d7f97590437b60 (patch) | |
| tree | 5b1a01368084cc7f5988937aa3d184c91b54bd58 | |
| parent | 26aaadf383d7d68514d85ce1b204541e38b18955 (diff) | |
| download | emacs-078a88f4d69b422af3cb8defe4d7f97590437b60.tar.gz emacs-078a88f4d69b422af3cb8defe4d7f97590437b60.zip | |
entered into RCS
| -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 | |||
| 250 | for %s should be inserted. | 250 | for %s should be inserted. |
| 251 | Then do \\[exit-recursive-edit]." | 251 | Then do \\[exit-recursive-edit]." |
| 252 | file)))) | 252 | file)))) |
| 253 | (recursive-edit)) | 253 | (recursive-edit) |
| 254 | (beginning-of-line)) | ||
| 254 | (generate-file-autoloads file))) | 255 | (generate-file-autoloads file))) |
| 255 | (if (and (null existing-buffer) | 256 | (if (and (null existing-buffer) |
| 256 | (setq existing-buffer (get-file-buffer file))) | 257 | (setq existing-buffer (get-file-buffer file))) |