emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispnew.c,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c,v
Date: Sat, 01 Mar 2008 20:57:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  08/03/01 20:57:46

Index: dispnew.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispnew.c,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -b -r1.402 -r1.403
--- dispnew.c   27 Feb 2008 22:48:52 -0000      1.402
+++ dispnew.c   1 Mar 2008 20:57:46 -0000       1.403
@@ -1472,7 +1472,7 @@
 
          SET_GLYPH_FROM_CHAR_GLYPH (g, *beg);
 
-         if (GLYPH_INVALID_P (g) < 0
+         if (GLYPH_INVALID_P (g)
              || GLYPH_SIMPLE_P (glyph_table_base, glyph_table_len, g))
            len += 1;
          else




reply via email to

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