diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-01-04 14:15:49 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-01-04 14:15:49 +0000 |
commit | 56d9d0ed6afc4bf2a5b2f1efca7b82fbf24f999f (patch) | |
tree | d9992f0e0d653c42cf9437d227fbf7d7b65fa48d /lisp/startup.el | |
parent | f3b05e994e627e48fea81ff48551571803d35568 (diff) | |
download | emacs-56d9d0ed6afc4bf2a5b2f1efca7b82fbf24f999f.tar.gz |
(fancy-splash-screens): Don't bind show-help-function
to nil.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 2efe5d7f712..d11ffba48fd 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1144,8 +1144,7 @@ where FACE is a valid face specification, as it can be used with 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) |