mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* src/frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).
* lisp/window.el (handle-select-window): Deactivate shift-region.
This commit is contained in:
parent
4f4cf9c855
commit
8679082639
4 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* window.el (handle-select-window): Deactivate shift-region (bug#19003).
|
||||
|
||||
2014-11-15 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* version.el (emacs-repository-get-version): Use git rev-parse
|
||||
|
|
|
|||
|
|
@ -7715,7 +7715,7 @@ is active. This function is run by `mouse-autoselect-window-timer'."
|
|||
|
||||
(defun handle-select-window (event)
|
||||
"Handle select-window events."
|
||||
(interactive "e")
|
||||
(interactive "^e")
|
||||
(let ((window (posn-window (event-start event))))
|
||||
(unless (or (not (window-live-p window))
|
||||
;; Don't switch if we're currently in the minibuffer.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).
|
||||
|
||||
2014-11-15 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (ns_send_appdefined): Check for application defined
|
||||
|
|
|
|||
|
|
@ -913,7 +913,7 @@ This function returns FRAME, or nil if FRAME has been deleted. */)
|
|||
return do_switch_frame (frame, 1, 0, norecord);
|
||||
}
|
||||
|
||||
DEFUN ("handle-switch-frame", Fhandle_switch_frame, Shandle_switch_frame, 1, 1, "e",
|
||||
DEFUN ("handle-switch-frame", Fhandle_switch_frame, Shandle_switch_frame, 1, 1, "^e",
|
||||
doc: /* Handle a switch-frame event EVENT.
|
||||
Switch-frame events are usually bound to this function.
|
||||
A switch-frame event tells Emacs that the window manager has requested
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue