Mercurial > emacs
diff lisp/startup.el @ 35046:ff41a91e6f1b
(fancy-splash-screens): Don't bind show-help-function
to nil.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 04 Jan 2001 14:15:49 +0000 |
parents | 51d2fcdc53a9 |
children | 04fd42105e13 |
line wrap: on
line diff
--- a/lisp/startup.el Thu Jan 04 14:10:01 2001 +0000 +++ b/lisp/startup.el Thu Jan 04 14:15:49 2001 +0000 @@ -1144,8 +1144,7 @@ timer) (catch 'stop-splashing (unwind-protect - (let ((map (make-sparse-keymap)) - (show-help-function nil)) + (let ((map (make-sparse-keymap))) (use-local-map map) (define-key map [t] 'fancy-splash-default-action) (define-key map [mouse-movement] 'ignore)