emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Thu, 26 Jan 2006 17:51:42 +0000

Index: emacs/src/alloc.c
diff -u emacs/src/alloc.c:1.387 emacs/src/alloc.c:1.388
--- emacs/src/alloc.c:1.387     Tue Jan 24 18:35:25 2006
+++ emacs/src/alloc.c   Thu Jan 26 17:51:42 2006
@@ -4659,7 +4659,7 @@
 check_pure_size ()
 {
   if (pure_bytes_used_before_overflow)
-    message ("Pure Lisp storage overflow (approx. %d bytes needed)",
+    message ("emacs:0:Pure Lisp storage overflow (approx. %d bytes needed)",
             (int) (pure_bytes_used + pure_bytes_used_before_overflow));
 }
 




reply via email to

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