Mercurial > emacs
changeset 44766:54182658872c
(after-find-file): Use %s to output MSG.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 23 Apr 2002 03:45:26 +0000 |
parents | 235fbe39918b |
children | 69ea3a411a17 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue Apr 23 03:14:48 2002 +0000 +++ b/lisp/files.el Tue Apr 23 03:45:26 2002 +0000 @@ -1332,7 +1332,7 @@ "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)))