Mercurial > emacs
changeset 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 | 7b84da90af54 |
children | cec37ec8365d |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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)