aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 6ae2163687a..db65131844c 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1334,7 +1334,7 @@ mouse."
1334 (catch 'stop-splashing 1334 (catch 'stop-splashing
1335 (unwind-protect 1335 (unwind-protect
1336 (let* ((map (make-sparse-keymap)) 1336 (let* ((map (make-sparse-keymap))
1337 (overriding-terminal-local-map map) 1337 (overriding-local-map map)
1338 ;; Catch if our frame is deleted; the delete-frame 1338 ;; Catch if our frame is deleted; the delete-frame
1339 ;; event is unreliable and is handled by 1339 ;; event is unreliable and is handled by
1340 ;; `special-event-map' anyway. 1340 ;; `special-event-map' anyway.