mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
(window_scroll): Set opoint_byte properly.
This commit is contained in:
parent
0e07a458db
commit
cb8419b5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -2767,7 +2767,7 @@ window_scroll (window, n, whole, noerror)
|
|||
{
|
||||
register struct window *w = XWINDOW (window);
|
||||
register int opoint = PT;
|
||||
register int opoint_byte = PT;
|
||||
register int opoint_byte = PT_BYTE;
|
||||
register int pos, pos_byte;
|
||||
register int ht = window_internal_height (w);
|
||||
register Lisp_Object tem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue