changeset 4566:14d8646c61c4

(ask-user-about-supersession-threat): Mention file name when asking question.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Aug 1993 20:36:30 +0000
parents a97d23c71c95
children a92eb4fb44b3
files lisp/userlock.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/userlock.el	Wed Aug 11 20:18:06 1993 +0000
+++ b/lisp/userlock.el	Wed Aug 11 20:36:30 1993 +0000
@@ -94,7 +94,8 @@
   (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