unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Strange test in xdisp.c
@ 2004-11-16  0:05 Kim F. Storm
  2004-11-16  4:50 ` Stefan
  0 siblings, 1 reply; 3+ messages in thread
From: Kim F. Storm @ 2004-11-16  0:05 UTC (permalink / raw)




XFASTINT and a test for <= 0 seems a bit odd to me.

  /* If bottom moved off end of frame, change mode line percentage.  */
  if (XFASTINT (w->window_end_pos) <= 0
      && Z != IT_CHARPOS (it))
    w->update_mode_line = Qt;


-- 
Kim F. Storm  http://www.cua.dk

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-16  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-16  0:05 Strange test in xdisp.c Kim F. Storm
2004-11-16  4:50 ` Stefan
2004-11-16  9:35   ` Kim F. Storm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).