emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Fri, 26 Aug 2005 07:04:20 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1043 emacs/src/xdisp.c:1.1044
*** emacs/src/xdisp.c:1.1043    Sun Aug 21 20:58:03 2005
--- emacs/src/xdisp.c   Fri Aug 26 11:04:16 2005
***************
*** 7697,7703 ****
  /* Resize mini-window W to fit the size of its contents.  EXACT:P
     means size the window exactly to the size needed.  Otherwise, it's
     only enlarged until W's buffer is empty.
!    
     Set W->start to the right place to begin display.  If the whole
     contents fit, start at the beginning.  Otherwise, start so as
     to make the end of the contents appear.  This is particularly
--- 7697,7703 ----
  /* Resize mini-window W to fit the size of its contents.  EXACT:P
     means size the window exactly to the size needed.  Otherwise, it's
     only enlarged until W's buffer is empty.
! 
     Set W->start to the right place to begin display.  If the whole
     contents fit, start at the beginning.  Otherwise, start so as
     to make the end of the contents appear.  This is particularly
***************
*** 7786,7792 ****
          init_iterator (&it, w, ZV, ZV_BYTE, NULL, DEFAULT_FACE_ID);
          move_it_vertically_backward (&it, (height - 1) * unit);
          start = it.current.pos;
-         SET_PT_BOTH (CHARPOS (start), BYTEPOS (start));
        }
        else
        SET_TEXT_POS (start, BEGV, BEGV_BYTE);
--- 7786,7791 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]