emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/composite.h,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/composite.h,v
Date: Mon, 01 Sep 2008 05:15:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/09/01 05:15:58

Index: composite.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/composite.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- composite.h 29 Aug 2008 08:40:01 -0000      1.27
+++ composite.h 1 Sep 2008 05:15:58 -0000       1.28
@@ -273,6 +273,7 @@
 #define LGLYPH_SET_FROM(g, val) ASET ((g), LGLYPH_IX_FROM, make_number (val))
 #define LGLYPH_SET_TO(g, val) ASET ((g), LGLYPH_IX_TO, make_number (val))
 #define LGLYPH_SET_CHAR(g, val) ASET ((g), LGLYPH_IX_CHAR, make_number (val))
+/* Callers must assure that VAL is not negative!  */
 #define LGLYPH_SET_CODE(g, val)                                                
\
   do {                                                                 \
     if (val == FONT_INVALID_CODE)                                      \




reply via email to

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