Mercurial > emacs
changeset 70345:bddeadaa4365
(command-line-1): Refer to Lisp manual when
pure-space-overflow occurs.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Tue, 02 May 2006 12:32:57 +0000 |
parents | 761604c02b49 |
children | 9d91fdaea39d |
files | lisp/ChangeLog lisp/startup.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <Reiner.Steib@gmx.de> + * 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)
--- 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))