]> git.eshelyaron.com Git - emacs.git/commitdiff
(fancy-splash-screens): Ignore events on the mode-line.
authorGerd Moellmann <gerd@gnu.org>
Thu, 17 May 2001 11:52:45 +0000 (11:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 17 May 2001 11:52:45 +0000 (11:52 +0000)
lisp/ChangeLog
lisp/startup.el

index 7608adc8f893d878d1baff499ab03c79cb1bedfd..cc5e9071802393d1a45a4b8d93476cc005740b12 100644 (file)
@@ -1,5 +1,7 @@
 2001-05-17  Gerd Moellmann  <gerd@gnu.org>
 
+       * startup.el (fancy-splash-screens): Ignore events on the mode-line.
+
        * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
        last coding system used before calling set-buffer-modified-p
        because that function changes last-coding-system.
index 4006ca700920b619c9bf5ce1c64ae623a5533a50..84266811be105966562e04db2670137a2f36c56a 100644 (file)
@@ -1181,11 +1181,12 @@ where FACE is a valid face specification, as it can be used with
            (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