# HG changeset patch # User Reiner Steib # Date 1146573177 0 # Node ID bddeadaa43651a993aaa386f5368bd285f090dfd # Parent 761604c02b49611684e3a58aafce42ad7d3184ba (command-line-1): Refer to Lisp manual when pure-space-overflow occurs. diff -r 761604c02b49 -r bddeadaa4365 lisp/ChangeLog --- a/lisp/ChangeLog Tue May 02 12:24:55 2006 +0000 +++ b/lisp/ChangeLog Tue May 02 12:32:57 2006 +0000 @@ -1,5 +1,8 @@ 2006-05-02 Reiner Steib + * startup.el (command-line-1): Refer to Lisp manual when + pure-space-overflow occurs. + * files.el (byte-compile-dynamic) (byte-compile-dynamic-docstrings, byte-compile-warnings) (find-file-visit-truename, indent-tabs-mode, left-margin) diff -r 761604c02b49 -r bddeadaa4365 lisp/startup.el --- a/lisp/startup.el Tue May 02 12:24:55 2006 +0000 +++ b/lisp/startup.el Tue May 02 12:32:57 2006 +0000 @@ -1620,7 +1620,7 @@ (not noninteractive)) (display-warning 'initialization - "Building Emacs overflowed pure space." + "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))