emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Sat, 19 Nov 2005 01:34:24 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.388 emacs/lisp/startup.el:1.389
*** emacs/lisp/startup.el:1.388 Wed Nov 16 02:30:58 2005
--- emacs/lisp/startup.el       Sat Nov 19 06:34:23 2005
***************
*** 1301,1307 ****
  the user caused an input event by hitting a key or clicking with the
  mouse."
    (interactive)
!   (if (and (consp last-command-event)
           (eq (posn-window (event-start last-command-event))
               (selected-window)))
        ;; This is a mouse-down event in the spash screen window.
--- 1301,1307 ----
  the user caused an input event by hitting a key or clicking with the
  mouse."
    (interactive)
!   (if (and (memq 'down (event-modifiers last-command-event))
           (eq (posn-window (event-start last-command-event))
               (selected-window)))
        ;; This is a mouse-down event in the spash screen window.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]