1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(after-find-file): Use %s to output MSG.

This commit is contained in:
Richard M. Stallman 2002-04-23 03:45:45 +00:00
parent 2aaa7f0a1b
commit a74357d4ea
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-04-22 Richard M. Stallman <rms@gnu.org>
* files.el (after-find-file): Use %s to output MSG.
* dired.el (dired-mouse-find-file-other-window):
Handle events that move out of the window.

View File

@ -1332,7 +1332,7 @@ unless NOMODES is non-nil."
"Use M-x make-directory RET RET to create the directory"
"Use C-u M-x make-directory RET RET to create directory and its parents")))))
(when msg
(message msg)
(message "%s" msg)
(or not-serious (sit-for 1 nil t))))
(when (and auto-save-default (not noauto))
(auto-save-mode t)))