comparison src/frame.c @ 5172:9aa201005b16

(Fhandle_switch_frame, Fredirect_frame_focus): Declared.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 1993 07:42:27 +0000
parents 9b41ddf1b5f7
children 6646271e8d32
comparison
equal deleted inserted replaced
5171:85aadd2a80ba 5172:9aa201005b16
86 Lisp_Object Qwidth; 86 Lisp_Object Qwidth;
87 Lisp_Object Qx; 87 Lisp_Object Qx;
88 88
89 extern Lisp_Object Vminibuffer_list; 89 extern Lisp_Object Vminibuffer_list;
90 extern Lisp_Object get_minibuffer (); 90 extern Lisp_Object get_minibuffer ();
91 extern Lisp_Object Fhandle_switch_frame ();
92 extern Lisp_Object Fredirect_frame_focus ();
91 93
92 DEFUN ("framep", Fframep, Sframep, 1, 1, 0, 94 DEFUN ("framep", Fframep, Sframep, 1, 1, 0,
93 "Return non-nil if OBJECT is a frame.\n\ 95 "Return non-nil if OBJECT is a frame.\n\
94 Value is t for a termcap frame (a character-only terminal),\n\ 96 Value is t for a termcap frame (a character-only terminal),\n\
95 `x' for an Emacs frame that is really an X window.\n\ 97 `x' for an Emacs frame that is really an X window.\n\