aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2006-05-05 14:05:54 +0000
committerReiner Steib2006-05-05 14:05:54 +0000
commit2dca98f3f5a898724d2818e4a03b9c153f3d7d4b (patch)
treee040a4cbf5a8c980778a9bfdcb69fb49ed69a182
parent3dfed6538787f747b1f76a90cae5e2ddce7352f5 (diff)
downloademacs-2dca98f3f5a898724d2818e4a03b9c153f3d7d4b.tar.gz
emacs-2dca98f3f5a898724d2818e4a03b9c153f3d7d4b.zip
(command-line-1): Refer to "Pure Storage" on
pure-space-overflow.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/startup.el4
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 08432ed1ab3..90e67dabb86 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * startup.el (command-line-1): Refer to "Pure Storage" on
4 pure-space-overflow.
5
12006-05-05 Martin Rudalics <rudalics@gmx.at> 62006-05-05 Martin Rudalics <rudalics@gmx.at>
2 7
3 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through 8 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
diff --git a/lisp/startup.el b/lisp/startup.el
index a0f73a81e4a..396da18cb41 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1633,9 +1633,7 @@ normal otherwise."
1633 (not noninteractive)) 1633 (not noninteractive))
1634 (display-warning 1634 (display-warning
1635 'initialization 1635 'initialization
1636 "Building Emacs overflowed pure space. See \"(elisp)Building Emacs\" for more information." 1636 "Building Emacs overflowed pure space. (See the node Pure Storage in the Lisp manual for details.)"
1637 ;; FIXME: Tell the user what kind of problems are possible and how to fix
1638 ;; the overflow.
1639 :warning)) 1637 :warning))
1640 1638
1641 (when command-line-args-left 1639 (when command-line-args-left