# HG changeset patch # User Richard M. Stallman # Date 744660190 0 # Node ID 9d62b3cb7dd6a455d7b70fb95a60fc2751651cd2 # Parent 794498c6492846bcbac1a9ec8dbced45ce3a5f87 (after-find-file): Improve warning message about existing file that can't be read. diff -r 794498c64928 -r 9d62b3cb7dd6 lisp/files.el --- a/lisp/files.el Fri Aug 06 01:56:26 1993 +0000 +++ b/lisp/files.el Fri Aug 06 18:03:10 1993 +0000 @@ -694,7 +694,7 @@ (msg (cond ((and error (file-attributes buffer-file-name)) (setq buffer-read-only t) - "File exists, but is read-protected.") + "File exists, but cannot be read.") ((not buffer-read-only) (if (and warn (file-newer-than-file-p (make-auto-save-file-name)