Mercurial > emacs
changeset 37776:0a8958170e89
(fancy-splash-screens): Ignore events on the mode-line.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 17 May 2001 11:52:03 +0000 |
parents | 79cf203bbd1a |
children | b264c3f590f0 |
files | lisp/startup.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Thu May 17 11:26:56 2001 +0000 +++ b/lisp/startup.el Thu May 17 11:52:03 2001 +0000 @@ -1181,11 +1181,12 @@ (use-local-map map) (define-key map [t] 'fancy-splash-default-action) (define-key map [mouse-movement] 'ignore) + (define-key map [mode-line t] 'ignore) (setq cursor-type nil display-hourglass nil buffer-undo-list t - mode-line-format - (propertize "---- %b %-" 'face '(:weight bold)) + mode-line-format (propertize "---- %b %-" + 'face '(:weight bold)) fancy-splash-stop-time (+ (float-time) (max 60 fancy-splash-max-time)) timer (run-with-timer 0 fancy-splash-delay