From 56d9d0ed6afc4bf2a5b2f1efca7b82fbf24f999f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 4 Jan 2001 14:15:49 +0000 Subject: [PATCH] (fancy-splash-screens): Don't bind show-help-function to nil. --- lisp/startup.el | 3 +-- 1 file changed, 1 insertion(+), 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) -- 2.39.5