* lisp.h (Fframe_parameter): Declare.
This commit is contained in:
parent
224227d1db
commit
4560730a98
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2001-02-28 Ken Raeburn <raeburn@gnu.org>
|
||||
|
||||
* lisp.h (Fframe_parameter): Declare.
|
||||
|
||||
* window.c (set_window_buffer): Field vscroll is an int, not a
|
||||
lisp object.
|
||||
|
||||
|
|
|
@ -2700,6 +2700,7 @@ EXFUN (Fmake_frame_invisible, 2);
|
|||
EXFUN (Ficonify_frame, 1);
|
||||
EXFUN (Fframe_visible_p, 1);
|
||||
EXFUN (Fvisible_frame_list, 0);
|
||||
EXFUN (Fframe_parameter, 2);
|
||||
EXFUN (Fframe_parameters, 1);
|
||||
EXFUN (Fmodify_frame_parameters, 2);
|
||||
EXFUN (Fset_frame_height, 3);
|
||||
|
|
Loading…
Add table
Reference in a new issue