(fancy-splash-screens): Don't bind show-help-function
authorGerd Moellmann <gerd@gnu.org>
Thu, 4 Jan 2001 14:15:49 +0000 (14:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 4 Jan 2001 14:15:49 +0000 (14:15 +0000)
to nil.

lisp/startup.el

index 2efe5d7..d11ffba 100644 (file)
@@ -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)