aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lisp.h b/src/lisp.h
index f5242ab84a1..6c7b51fea06 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3640,7 +3640,7 @@ extern bool noninteractive_need_newline;
3640extern Lisp_Object echo_area_buffer[2]; 3640extern Lisp_Object echo_area_buffer[2];
3641extern void add_to_log (const char *, Lisp_Object, Lisp_Object); 3641extern void add_to_log (const char *, Lisp_Object, Lisp_Object);
3642extern void check_message_stack (void); 3642extern void check_message_stack (void);
3643extern void setup_echo_area_for_printing (int); 3643extern void setup_echo_area_for_printing (bool);
3644extern bool push_message (void); 3644extern bool push_message (void);
3645extern void pop_message_unwind (void); 3645extern void pop_message_unwind (void);
3646extern Lisp_Object restore_message_unwind (Lisp_Object); 3646extern Lisp_Object restore_message_unwind (Lisp_Object);
@@ -3653,7 +3653,7 @@ extern void message1_nolog (const char *);
3653extern void message3 (Lisp_Object); 3653extern void message3 (Lisp_Object);
3654extern void message3_nolog (Lisp_Object); 3654extern void message3_nolog (Lisp_Object);
3655extern void message_dolog (const char *, ptrdiff_t, bool, bool); 3655extern void message_dolog (const char *, ptrdiff_t, bool, bool);
3656extern void message_with_string (const char *, Lisp_Object, int); 3656extern void message_with_string (const char *, Lisp_Object, bool);
3657extern void message_log_maybe_newline (void); 3657extern void message_log_maybe_newline (void);
3658extern void update_echo_area (void); 3658extern void update_echo_area (void);
3659extern void truncate_echo_area (ptrdiff_t); 3659extern void truncate_echo_area (ptrdiff_t);
@@ -3663,8 +3663,8 @@ void set_frame_cursor_types (struct frame *, Lisp_Object);
3663extern void syms_of_xdisp (void); 3663extern void syms_of_xdisp (void);
3664extern void init_xdisp (void); 3664extern void init_xdisp (void);
3665extern Lisp_Object safe_eval (Lisp_Object); 3665extern Lisp_Object safe_eval (Lisp_Object);
3666extern int pos_visible_p (struct window *, ptrdiff_t, int *, 3666extern bool pos_visible_p (struct window *, ptrdiff_t, int *,
3667 int *, int *, int *, int *, int *); 3667 int *, int *, int *, int *, int *);
3668 3668
3669/* Defined in xsettings.c. */ 3669/* Defined in xsettings.c. */
3670extern void syms_of_xsettings (void); 3670extern void syms_of_xsettings (void);