* lisp/startup.el (command-line-1): Don't warn about
pure-space overflow if we were dumped with pdumper.
(Bug#38492)
"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.\