mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(Fdelete_terminal): Declare.
This commit is contained in:
parent
43d1af2331
commit
c2e426903c
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* lisp.h (Fdelete_terminal): Declare.
|
||||
|
||||
* charset.h (CHECK_CHARSET, CHECK_CHARSET_GET_ID)
|
||||
(CHECK_CHARSET_GET_ATTR): Don't use the inexistent return value of
|
||||
wrong_type_argument.
|
||||
|
|
|
|||
|
|
@ -3261,6 +3261,7 @@ extern void syms_of_term P_ ((void));
|
|||
extern void fatal P_ ((const char *msgid, ...)) NO_RETURN;
|
||||
|
||||
/* Defined in terminal.c */
|
||||
EXFUN (Fdelete_terminal, 2);
|
||||
extern void syms_of_terminal P_ ((void));
|
||||
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue