Declare format2 instead of format1.
This commit is contained in:
parent
67e8e2b809
commit
ecb32e0ff0
1 changed files with 1 additions and 1 deletions
|
@ -2640,7 +2640,7 @@ EXFUN (Fbolp, 0);
|
|||
EXFUN (Fbobp, 0);
|
||||
EXFUN (Fformat, MANY);
|
||||
EXFUN (Fmessage, MANY);
|
||||
extern Lisp_Object format1 P_ ((/* char *, ... */));
|
||||
extern Lisp_Object format2 P_ ((char *, Lisp_Object, Lisp_Object));
|
||||
extern Lisp_Object make_buffer_string P_ ((int, int, int));
|
||||
EXFUN (Fbuffer_substring, 2);
|
||||
EXFUN (Fbuffer_string, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue