Fix scrolling behavior in Emacs 24.

This commit is contained in:
Magnar Sveen 2013-03-21 10:09:41 +01:00
parent ccb42b5d70
commit 9dac934bce

View File

@ -86,7 +86,7 @@
(hscroll (window-hscroll)))
,@forms
(goto-char p)
(set-window-start nil start)
(set-window-start nil start t)
(set-window-hscroll nil hscroll)
(set-marker p nil)
(set-marker start nil)))