diff options
author | Miles Bader <miles@gnu.org> | 2007-12-28 22:26:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-12-28 22:26:14 +0000 |
commit | b17f53abc28496125965f36147b76ea5f6a2b4fb (patch) | |
tree | 4293e53692f304327ba689dfeea32d1b0b5bc12a /lisp/startup.el | |
parent | 2e5093251c8e63f4546ffc30182dd4015e9a58fd (diff) | |
parent | ea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff) | |
download | emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.tar.gz |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index ee06faea022..1faf63efa78 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1319,8 +1319,6 @@ Each element in the list should be a list of strings or pairs ;; These are temporary storage areas for the splash screen display. -(defvar fancy-splash-help-echo nil) - (defun fancy-splash-insert (&rest args) "Insert text into the current buffer, with faces. Arguments from ARGS should be either strings; functions called @@ -1354,7 +1352,7 @@ a face or button specification." (funcall it) it)) 'face current-face - 'help-echo fancy-splash-help-echo)))) + 'help-echo (startup-echo-area-message))))) (setq args (cdr args))))) |