diff etc/NEWS @ 66507:fcde30dab36e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Oct 2005 16:44:46 +0000
parents 45648bb291a5
children 1ab4a8980046
line wrap: on
line diff
--- a/etc/NEWS	Fri Oct 28 16:44:20 2005 +0000
+++ b/etc/NEWS	Fri Oct 28 16:44:46 2005 +0000
@@ -280,6 +280,14 @@
 * Editing Changes in Emacs 22.1
 
 +++
+** !MEM FULL! at the start of the mode line indicates that Emacs
+cannot get any more memory for Lisp data.  This often means it could
+crash soon if you do things that use more memory.  On most systems,
+killing buffers will get out of this state.  If killing buffers does
+not make !MEM FULL! disappear, you should save your work and start
+a new Emacs.
+
++++
 ** The max size of buffers and integers has been doubled.
 On 32bit machines, it is now 256M (i.e. 268435455).