summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index efd1ae9a4fc..04a37bf59e9 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -2324,7 +2324,11 @@ A fancy display is used on graphic displays, normal otherwise."
"A subroutine of `command-line'."
(display-startup-echo-area-message)
(when (and pure-space-overflow
- (not noninteractive))
+ (not noninteractive)
+ ;; If we were dumped with pdumper, we don't care about
+ ;; pure-space overflow.
+ (or (not (fboundp 'pdumper-stats))
+ (null (pdumper-stats))))
(display-warning
'initialization
"Building Emacs overflowed pure space.\