]> git.eshelyaron.com Git - emacs.git/commitdiff
(after-find-file): Use %s to output MSG.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Apr 2002 03:45:45 +0000 (03:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Apr 2002 03:45:45 +0000 (03:45 +0000)
lisp/ChangeLog
lisp/files.el

index 8428ca452ef80e32569dc28bc93081faccebfdef..e9bb0e762340c655b21ceb12259b38e9d4568377 100644 (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.
 
index e76d40ac956fbe8df87a0a9430c021f9b9873671..353eb12375c804af0817d3328fb60a55ec6e82c9 100644 (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)))