aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-09-12 22:48:30 +0000
committerRichard M. Stallman1992-09-12 22:48:30 +0000
commit078a88f4d69b422af3cb8defe4d7f97590437b60 (patch)
tree5b1a01368084cc7f5988937aa3d184c91b54bd58
parent26aaadf383d7d68514d85ce1b204541e38b18955 (diff)
downloademacs-078a88f4d69b422af3cb8defe4d7f97590437b60.tar.gz
emacs-078a88f4d69b422af3cb8defe4d7f97590437b60.zip
entered into RCS
-rw-r--r--lisp/emacs-lisp/autoload.el3
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
250for %s should be inserted. 250for %s should be inserted.
251Then do \\[exit-recursive-edit]." 251Then 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)))