diff options
| -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 | |||
| 1144 | timer) | 1144 | timer) |
| 1145 | (catch 'stop-splashing | 1145 | (catch 'stop-splashing |
| 1146 | (unwind-protect | 1146 | (unwind-protect |
| 1147 | (let ((map (make-sparse-keymap)) | 1147 | (let ((map (make-sparse-keymap))) |
| 1148 | (show-help-function nil)) | ||
| 1149 | (use-local-map map) | 1148 | (use-local-map map) |
| 1150 | (define-key map [t] 'fancy-splash-default-action) | 1149 | (define-key map [t] 'fancy-splash-default-action) |
| 1151 | (define-key map [mouse-movement] 'ignore) | 1150 | (define-key map [mouse-movement] 'ignore) |