diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-11-16 00:30:12 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-11-16 00:30:12 -0500 |
commit | 86790826398fa5e83853680899c8309890c7a766 (patch) | |
tree | a97301ee98602c9977ce8ea92213d6f5b321887a /src/frame.c | |
parent | 4f4cf9c855f5818d4c3c0fb772db8bbcf4f33780 (diff) | |
download | emacs-86790826398fa5e83853680899c8309890c7a766.tar.gz emacs-86790826398fa5e83853680899c8309890c7a766.tar.bz2 emacs-86790826398fa5e83853680899c8309890c7a766.zip |
* src/frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).
* lisp/window.el (handle-select-window): Deactivate shift-region.
Diffstat (limited to 'src/frame.c')
-rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index e894d218df7..307119c4482 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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 |