Mercurial > emacs
comparison lisp/emacs-lisp/autoload.el @ 1108:6a0c694bd3a5
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Sep 1992 22:48:30 +0000 |
parents | 20674ae6bf52 |
children | f2901040a07b |
comparison
equal
deleted
inserted
replaced
1107:e1519ff908b3 | 1108:6a0c694bd3a5 |
---|---|
248 (format "\ | 248 (format "\ |
249 Move point to where the autoload section | 249 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))) |
257 (kill-buffer existing-buffer))))) | 258 (kill-buffer existing-buffer))))) |
258 | 259 |