1
Fork 0
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:
Richard M. Stallman 1998-01-19 19:24:04 +00:00
parent 0e07a458db
commit cb8419b5e6

View file

@ -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;