]> code.delx.au - gnu-emacs/blobdiff - lisp/startup.el
(isearch-update-ring): Doc fix.
[gnu-emacs] / lisp / startup.el
index 907ae46346209ab948b16a69334368da797750ef..8369ecddd4248d3e98c1c280c1778710d16932eb 100644 (file)
@@ -1616,6 +1616,15 @@ normal otherwise."
   (when init-file-had-error
     (sit-for 2))
 
+  (when (and pure-space-overflow
+            (not noninteractive))
+    (display-warning
+     'initialization
+     "Building Emacs overflowed pure space.  See \"(elisp)Building Emacs\" for more information."
+     ;; 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)