]> git.eshelyaron.com Git - emacs.git/commit
Protect change of window's buffer in vertical-motion against unwinds (bug#25209)
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 19 Dec 2016 22:07:42 +0000 (23:07 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 19 Dec 2016 22:17:36 +0000 (23:17 +0100)
commit85aebc12de28667cdccde5b080972453544d015e
treecf7810bfb5228fe6f5ef39dc5bc6faf1ac45d060
parent504e3846041e4fcd1707a9ad6176ddaf3fec3d02
Protect change of window's buffer in vertical-motion against unwinds (bug#25209)

* indent.c (restore_window_buffer): New function.
(Fvertical_motion): Use it to restore window's buffer.
src/indent.c