diff options
| author | Richard M. Stallman | 1994-03-10 00:20:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-10 00:20:34 +0000 |
| commit | 4606cc9da83db6fdf0e00784627ec051d46005d8 (patch) | |
| tree | 69773387724985baab7f3c3f3d751525505c65f2 /src | |
| parent | ff46d9b7b44395831c7e5785c268507a7ca62d3e (diff) | |
| download | emacs-4606cc9da83db6fdf0e00784627ec051d46005d8.tar.gz emacs-4606cc9da83db6fdf0e00784627ec051d46005d8.zip | |
(GLYPH_MODE_LINE_FACE): New macro.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; | |||
| 677 | /* Return a glyph's face ID. */ | 677 | /* Return a glyph's face ID. */ |
| 678 | #define GLYPH_FACE(glyph) (((glyph) >> 8) & ((1 << 24) - 1)) | 678 | #define GLYPH_FACE(glyph) (((glyph) >> 8) & ((1 << 24) - 1)) |
| 679 | 679 | ||
| 680 | /* The ID of the mode line highlighting face. */ | ||
| 681 | #define GLYPH_MODE_LINE_FACE 1 | ||
| 680 | 682 | ||
| 681 | /* Data type checking */ | 683 | /* Data type checking */ |
| 682 | 684 | ||