]> git.eshelyaron.com Git - emacs.git/commit
Do not adjust point in a non-selected window
authorNicolas Richard <youngfrog@members.fsf.org>
Fri, 5 Jun 2015 16:57:26 +0000 (18:57 +0200)
committerNicolas Richard <youngfrog@members.fsf.org>
Sat, 6 Jun 2015 06:34:47 +0000 (08:34 +0200)
commitd31cd490744b3fe43f6394c5973ebe48350f0eff
tree3da1c1e2b5998d4299aeef481c12dff3d83e8f9c
parentbb2c6d2eb51a7efc200691181ea7b6f17f8f383c
Do not adjust point in a non-selected window

* src/keyboard.c (command_loop_1): Do not adjust point when
current buffer is not shown in selected window (Bug#20590).
src/keyboard.c