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
3a6a78fd
Commit
3a6a78fd
authored
Sep 23, 2013
by
Dmitry Antipov
Browse files
* dispextern.h (cancel_line, init_desired_glyphs):
Remove ancient leftover.
parent
e08813d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/ChangeLog
src/ChangeLog
+3
-1
src/dispextern.h
src/dispextern.h
+0
-2
No files found.
src/ChangeLog
View file @
3a6a78fd
...
...
@@ -5,7 +5,9 @@
(display_last_displayed_message_p, message_buf_print)
(message_cleared_p, help_echo_showing_p, hourglass_shown_p):
Use bool for boolean.
* dispextern.h (help_echo_showing_p, hourglass_shown_p):
* dispextern.h (cancel_line, init_desired_glyphs):
Remove ancient leftover.
(help_echo_showing_p, hourglass_shown_p):
* lisp.h (noninteractive_need_newline): Adjust declaration.
2013-09-23 Dmitry Antipov <dmantipov@yandex.ru>
...
...
src/dispextern.h
View file @
3a6a78fd
...
...
@@ -3437,8 +3437,6 @@ extern Lisp_Object marginal_area_string (struct window *, enum window_part,
Lisp_Object
*
,
int
*
,
int
*
,
int
*
,
int
*
);
extern
void
redraw_frame
(
struct
frame
*
);
extern
void
cancel_line
(
int
,
struct
frame
*
);
extern
void
init_desired_glyphs
(
struct
frame
*
);
extern
bool
update_frame
(
struct
frame
*
,
bool
,
bool
);
extern
void
bitch_at_user
(
void
);
extern
void
adjust_frame_glyphs
(
struct
frame
*
);
...
...
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