# HG changeset patch # User Richard M. Stallman # Date 763258834 0 # Node ID 44435105176158e993644b4bca9588fe1aeea441 # Parent e76136b468b31a8ce1da2233cb75ed620bcc9ce7 (GLYPH_MODE_LINE_FACE): New macro. diff -r e76136b468b3 -r 444351051761 src/lisp.h --- a/src/lisp.h Wed Mar 09 23:59:52 1994 +0000 +++ b/src/lisp.h Thu Mar 10 00:20:34 1994 +0000 @@ -677,6 +677,8 @@ /* 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 */