Mercurial > emacs
changeset 6277:444351051761
(GLYPH_MODE_LINE_FACE): New macro.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Mar 1994 00:20:34 +0000 |
parents | e76136b468b3 |
children | ab5b9470fd85 |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */