Mercurial > emacs
changeset 7472:48059292485b
(update-autoloads-here): Split up long message.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 12 May 1994 14:45:30 +0000 |
parents | 7c857b26b91e |
children | e19c18ae2d02 |
files | lisp/emacs-lisp/autoload.el |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el Thu May 12 10:52:49 1994 +0000 +++ b/lisp/emacs-lisp/autoload.el Thu May 12 14:45:30 1994 +0000 @@ -333,9 +333,11 @@ (or (get-file-buffer file) (file-exists-p file))) () - (setq file (if (y-or-n-p (format "Library \"%s\" (load \ -file \"%s\") doesn't exist. Remove its autoload section? " - (nth 2 form) file)) + (message "Can't find library \"%s\" (load file \"%s\")" + (nth 2 form) file) + (sit-for 2) + (setq file (if (y-or-n-p (format "Remove autoloads for \"%s\"? " + (nth 2 form))) t (condition-case () (read-file-name (format "Find \"%s\" load file: "