When doing cvs update, I noticed this difference between my tree and
the CVS one:
Index: src/redisplay.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/src/redisplay.c,v
retrieving revision 1.55.2.24
diff -u -r1.55.2.24 redisplay.c
--- redisplay.c 1999/11/29 16:15:27 1.55.2.24
+++ redisplay.c 1999/12/04 18:23:32
@@ -7409,7 +7409,7 @@
point_would_be_visible (struct window *w, Bufpos startp, Bufpos point)
{
struct buffer *b = XBUFFER (w->buffer);
- int pixpos = 0;
+ int pixpos = -WINDOW_TEXT_TOP_CLIP(w);
int bottom = WINDOW_TEXT_HEIGHT (w);
int start_elt;
Does someone recall what this patch was supposed to do, and why it
didn't go in? I'm pretty sure I applied it to my tree to test
something, but I can't remember what it was, nor can I find it in my
archives.
Show replies by date