Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
69d1478a
Commit
69d1478a
authored
Jan 16, 2001
by
Gerd Moellmann
Browse files
(redisplay_preserve_echo_area): Change prototype.
parent
9bf76936
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/dispextern.h
src/dispextern.h
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/dispextern.h
View file @
69d1478a
...
...
@@ -2144,7 +2144,7 @@ int window_box_left P_ ((struct window *, int));
int
window_box_right
P_
((
struct
window
*
,
int
));
void
window_box_edges
P_
((
struct
window
*
,
int
,
int
*
,
int
*
,
int
*
,
int
*
));
void
mark_window_display_accurate
P_
((
Lisp_Object
,
int
));
void
redisplay_preserve_echo_area
P_
((
void
));
void
redisplay_preserve_echo_area
P_
((
int
));
void
set_cursor_from_row
P_
((
struct
window
*
,
struct
glyph_row
*
,
struct
glyph_matrix
*
,
int
,
int
,
int
,
int
));
void
init_iterator
P_
((
struct
it
*
,
struct
window
*
,
int
,
...
...
src/lisp.h
View file @
69d1478a
...
...
@@ -2166,7 +2166,7 @@ extern void truncate_echo_area P_ ((int));
extern
void
redisplay
P_
((
void
));
extern
int
check_point_in_composition
P_
((
struct
buffer
*
,
int
,
struct
buffer
*
,
int
));
extern
void
redisplay_preserve_echo_area
P_
((
void
));
extern
void
redisplay_preserve_echo_area
P_
((
int
));
extern
void
mark_window_display_accurate
P_
((
Lisp_Object
,
int
));
extern
int
invisible_p
P_
((
Lisp_Object
,
Lisp_Object
));
extern
void
prepare_menu_bars
P_
((
void
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment