mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
* window.h (Fwindow_live_p): Declare.
This commit is contained in:
parent
fcb282a54b
commit
caf9deeeed
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2000-10-27 Ken Raeburn <raeburn@gnu.org>
|
||||
|
||||
* window.h (Fwindow_live_p): Declare.
|
||||
|
||||
2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* lisp.h (KEYMAPP): New macro.
|
||||
|
|
|
|||
|
|
@ -365,6 +365,7 @@ EXFUN (Fwindow_hscroll, 1);
|
|||
EXFUN (Fset_window_vscroll, 2);
|
||||
EXFUN (Fwindow_vscroll, 1);
|
||||
EXFUN (Fset_window_margins, 3);
|
||||
EXFUN (Fwindow_live_p, 1);
|
||||
extern Lisp_Object make_window P_ ((void));
|
||||
extern void delete_window P_ ((Lisp_Object));
|
||||
extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int, int *, int));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue