From: Richard M. Stallman Date: Thu, 10 Mar 1994 00:20:34 +0000 (+0000) Subject: (GLYPH_MODE_LINE_FACE): New macro. X-Git-Tag: emacs-19.34~9575 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4606cc9da83db6fdf0e00784627ec051d46005d8;p=emacs.git (GLYPH_MODE_LINE_FACE): New macro. --- diff --git a/src/lisp.h b/src/lisp.h index eed57048871..11337645e54 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -677,6 +677,8 @@ typedef unsigned char UCHAR; /* Return a glyph's face ID. */ #define GLYPH_FACE(glyph) (((glyph) >> 8) & ((1 << 24) - 1)) +/* The ID of the mode line highlighting face. */ +#define GLYPH_MODE_LINE_FACE 1 /* Data type checking */