summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-01-04 03:13:06 +0000
committerGlenn Morris <rgm@gnu.org>2008-01-04 03:13:06 +0000
commit93926b0766746406429ca00bbdff31909a6a3445 (patch)
tree9080860b06bb52d5de78446f084a0d12f2899afe /lisp/startup.el
parenta47d49c0f6ce0299cdee0a4cab4d6953d22c3c8b (diff)
downloademacs-93926b0766746406429ca00bbdff31909a6a3445.tar.gz
(fancy-about-screen): Remove reference to deleted
`fancy-splash-help-echo' variable.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 24c29f52a86..e67c98803cc 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1,7 +1,8 @@
;;; startup.el --- process Emacs shell arguments
;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-;; 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;; Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
@@ -1535,8 +1536,6 @@ splash screen in another window."
(dolist (text fancy-about-text)
(apply #'fancy-splash-insert text)
(insert "\n"))
- (unless (current-message)
- (message "%s" (or fancy-splash-help-echo "")))
(set-buffer-modified-p nil)
(goto-char (point-min))
(force-mode-line-update))