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
99ee70a9
Commit
99ee70a9
authored
Jan 09, 2001
by
Gerd Moellmann
Browse files
(push_message_unwind): Add prototype.
parent
37379b36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/lisp.h
src/lisp.h
+2
-1
No files found.
src/lisp.h
View file @
99ee70a9
/* Fundamental definitions for GNU Emacs Lisp interpreter.
Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000
Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000
, 2001
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -2127,6 +2127,7 @@ extern Lisp_Object echo_area_buffer[2];
extern
void
check_message_stack
P_
((
void
));
extern
void
setup_echo_area_for_printing
P_
((
int
));
extern
int
push_message
P_
((
void
));
extern
Lisp_Object
push_message_unwind
P_
((
Lisp_Object
));
extern
void
pop_message
P_
((
void
));
extern
void
restore_message
P_
((
void
));
extern
Lisp_Object
current_message
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