Mercurial > emacs
changeset 43081:6307d3a2321b
(Fdo_auto_save): Improve "auto save disabled" msg.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 03 Feb 2002 10:36:49 +0000 |
parents | a6382f0fcb2a |
children | 1d771d9e634f |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Sun Feb 03 10:35:20 2002 +0000 +++ b/src/fileio.c Sun Feb 03 10:36:49 2002 +0000 @@ -5671,7 +5671,7 @@ { /* It has shrunk too much; turn off auto-saving here. */ minibuffer_auto_raise = orig_minibuffer_auto_raise; - message_with_string ("Buffer %s has shrunk a lot; auto save turned off there", + message_with_string ("Buffer %s has shrunk a lot; auto save disabled in that buffer until next real save", b->name, 1); minibuffer_auto_raise = 0; /* Turn off auto-saving until there's a real save,