diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/disptab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/disptab.h b/src/disptab.h index 67d36195555..37f4bc76db2 100644 --- a/src/disptab.h +++ b/src/disptab.h | |||
| @@ -24,8 +24,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 24 | #define DISP_CONTINUE_GLYPH(dp) ((dp)->contents[257]) | 24 | #define DISP_CONTINUE_GLYPH(dp) ((dp)->contents[257]) |
| 25 | #define DISP_ESCAPE_GLYPH(dp) ((dp)->contents[258]) | 25 | #define DISP_ESCAPE_GLYPH(dp) ((dp)->contents[258]) |
| 26 | #define DISP_CTRL_GLYPH(dp) ((dp)->contents[259]) | 26 | #define DISP_CTRL_GLYPH(dp) ((dp)->contents[259]) |
| 27 | #define DISP_INVIS_ROPE(dp) ((dp)->contents[260]) | 27 | #define DISP_INVIS_VECTOR(dp) ((dp)->contents[260]) |
| 28 | #define DISP_CHAR_ROPE(dp, c) ((dp)->contents[c]) | 28 | #define DISP_CHAR_VECTOR(dp, c) ((dp)->contents[c]) |
| 29 | 29 | ||
| 30 | extern struct Lisp_Vector *window_display_table (); | 30 | extern struct Lisp_Vector *window_display_table (); |
| 31 | 31 | ||