emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Thu, 27 Apr 2006 13:51:59 +0000

Index: emacs/lisp/startup.el
diff -u emacs/lisp/startup.el:1.401 emacs/lisp/startup.el:1.402
--- emacs/lisp/startup.el:1.401 Tue Apr 11 16:37:27 2006
+++ emacs/lisp/startup.el       Thu Apr 27 13:51:57 2006
@@ -1616,6 +1616,15 @@
   (when init-file-had-error
     (sit-for 2))
 
+  (when (and pure-space-overflow
+            (not noninteractive))
+    (display-warning
+     'initialization
+     "Building Emacs overflowed pure space."
+     ;; FIXME: Tell the user what kind of problems are possible and how to fix
+     ;; the overflow.
+     :warning))
+
   (when command-line-args-left
     ;; We have command args; process them.
     (let ((dir command-line-default-directory)




reply via email to

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