diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 1d499e88cf4..f1d4dd9a330 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2671,7 +2671,7 @@ extern void message_dolog (const char *, EMACS_INT, int, int); | |||
| 2671 | extern void message_with_string (const char *, Lisp_Object, int); | 2671 | extern void message_with_string (const char *, Lisp_Object, int); |
| 2672 | extern void message_log_maybe_newline (void); | 2672 | extern void message_log_maybe_newline (void); |
| 2673 | extern void update_echo_area (void); | 2673 | extern void update_echo_area (void); |
| 2674 | extern void truncate_echo_area (int); | 2674 | extern void truncate_echo_area (EMACS_INT); |
| 2675 | extern void redisplay (void); | 2675 | extern void redisplay (void); |
| 2676 | extern int check_point_in_composition | 2676 | extern int check_point_in_composition |
| 2677 | (struct buffer *, EMACS_INT, struct buffer *, EMACS_INT); | 2677 | (struct buffer *, EMACS_INT, struct buffer *, EMACS_INT); |