]> git.eshelyaron.com Git - emacs.git/commitdiff
(ask-user-about-supersession-threat): Mention file name when asking question.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 20:36:30 +0000 (20:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 20:36:30 +0000 (20:36 +0000)
lisp/userlock.el

index b79859de614451a67c9755cb499194448383b13a..316a1a4c892312ed0038d4d78e1c9acf38ef3a66 100644 (file)
@@ -94,7 +94,8 @@ The buffer in question is current when this function is called."
   (save-window-excursion
     (let (answer)
       (while (null answer)
-       (message "File has changed on disk; really want to edit the buffer? (y, n or C-h) ")
+       (message "%s changed on disk; really edit the buffer? (y, n or C-h) "
+                (file-name-nondirectory fn))
        (let ((tem (downcase (let ((cursor-in-echo-area t))
                               (read-char)))))
          (setq answer