Mercurial > emacs
changeset 70400:ecfaf1d192c9
(normal-splash-screen, fancy-splash-screens-1): Add a reference to the Lisp
manual to the warning about pure space overflow.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 05 May 2006 12:50:04 +0000 |
parents | 8e37e8952f21 |
children | 1107a90456db |
files | lisp/startup.el |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Fri May 05 12:35:31 2006 +0000 +++ b/lisp/startup.el Fri May 05 12:50:04 2006 +0000 @@ -1307,7 +1307,9 @@ (set-buffer buffer) (erase-buffer) (if pure-space-overflow - (insert "Warning Warning Pure space overflow Warning Warning\n")) + (insert "\ +Warning Warning!!! Pure space overflow !!!Warning Warning +\(See the node Building Emacs in the Lisp manual for details.)\n")) (fancy-splash-head) (apply #'fancy-splash-insert text) (fancy-splash-tail) @@ -1416,7 +1418,9 @@ (propertize "---- %b %-" 'face '(:weight bold))) (if pure-space-overflow - (insert "Warning Warning Pure space overflow Warning Warning\n")) + (insert "\ +Warning Warning!!! Pure space overflow !!!Warning Warning +\(See the node Building Emacs in the Lisp manual for details.)\n")) ;; The convention for this piece of code is that ;; each piece of output starts with one or two newlines