From 4f308f7304c763b5a4b581716515e9a6ce9cec33 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Tue, 2 May 2006 12:32:57 +0000 Subject: [PATCH] (command-line-1): Refer to Lisp manual when pure-space-overflow occurs. --- lisp/ChangeLog | 3 +++ lisp/startup.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3269c5a7266..448e319cfc4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/startup.el b/lisp/startup.el index 470ffd7745c..8369ecddd42 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1620,7 +1620,7 @@ normal otherwise." (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)) -- 2.39.5