emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Sun, 03 Feb 2002 05:36:50 -0500

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.436 emacs/src/fileio.c:1.437
*** emacs/src/fileio.c:1.436    Sat Dec 29 15:12:45 2001
--- emacs/src/fileio.c  Sun Feb  3 05:36:49 2002
***************
*** 5671,5677 ****
              {
                /* 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",
                                     b->name, 1);
                minibuffer_auto_raise = 0;
                /* Turn off auto-saving until there's a real save,
--- 5671,5677 ----
              {
                /* 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 
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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]