From: Gerd Moellmann Date: Thu, 4 Jan 2001 14:15:49 +0000 (+0000) Subject: (fancy-splash-screens): Don't bind show-help-function X-Git-Tag: emacs-pretest-21.0.95~122 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56d9d0ed6afc4bf2a5b2f1efca7b82fbf24f999f;p=emacs.git (fancy-splash-screens): Don't bind show-help-function to nil. --- 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)