mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 14:01:47 -07:00
(fancy-splash-default-action): Discard only
mouse-down and succeeding mouse-up events in the splash screen window so that drag-n-drop event can be processed.
This commit is contained in:
parent
f704945997
commit
ed256b3057
1 changed files with 1 additions and 1 deletions
|
|
@ -1301,7 +1301,7 @@ This is an internal function used to turn off the splash screen after
|
|||
the user caused an input event by hitting a key or clicking with the
|
||||
mouse."
|
||||
(interactive)
|
||||
(if (and (consp last-command-event)
|
||||
(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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue