emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Fri, 28 Oct 2005 12:27:48 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1061 emacs/src/xdisp.c:1.1062
*** emacs/src/xdisp.c:1.1061    Thu Oct 13 22:41:40 2005
--- emacs/src/xdisp.c   Fri Oct 28 16:27:47 2005
***************
*** 17192,17197 ****
--- 17192,17210 ----
        return decode_mode_spec_buf;
        }
  
+     case 'e':
+ #ifndef SYSTEM_MALLOC
+       {
+       extern char *spare_memory;
+       if (spare_memory)
+         return "";
+       else
+         return "!MEM FULL! ";
+       }
+ #else
+       return "";
+ #endif
+ 
      case 'F':
        /* %F displays the frame name.  */
        if (!NILP (f->title))




reply via email to

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