mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 11:57:36 +00:00
(temp_echo_area_glyphs): Adjust prototype.
This commit is contained in:
parent
805221da23
commit
9f1c8be4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -2798,7 +2798,7 @@ EXFUN (Feval_minibuffer, 2);
|
|||
EXFUN (Fread_string, 5);
|
||||
EXFUN (Fread_no_blanks_input, 3);
|
||||
extern Lisp_Object get_minibuffer P_ ((int));
|
||||
extern void temp_echo_area_glyphs P_ ((const char *));
|
||||
extern void temp_echo_area_glyphs P_ ((Lisp_Object));
|
||||
extern void init_minibuf_once P_ ((void));
|
||||
extern void syms_of_minibuf P_ ((void));
|
||||
extern void keys_of_minibuf P_ ((void));
|
||||
|
|
|
|||
Loading…
Reference in a new issue