comparison src/frame.c @ 12005:4a722a97c8d3

Declare x_get_focus_frame.
author Karl Heuer <kwzh@gnu.org>
date Mon, 29 May 1995 20:54:22 +0000
parents 3ca56969ba07
children 3e9db7cb1d05
comparison
equal deleted inserted replaced
12004:b28537b10443 12005:4a722a97c8d3
92 92
93 extern Lisp_Object Vminibuffer_list; 93 extern Lisp_Object Vminibuffer_list;
94 extern Lisp_Object get_minibuffer (); 94 extern Lisp_Object get_minibuffer ();
95 extern Lisp_Object Fhandle_switch_frame (); 95 extern Lisp_Object Fhandle_switch_frame ();
96 extern Lisp_Object Fredirect_frame_focus (); 96 extern Lisp_Object Fredirect_frame_focus ();
97 extern Lisp_Object x_get_focus_frame ();
97 98
98 DEFUN ("framep", Fframep, Sframep, 1, 1, 0, 99 DEFUN ("framep", Fframep, Sframep, 1, 1, 0,
99 "Return non-nil if OBJECT is a frame.\n\ 100 "Return non-nil if OBJECT is a frame.\n\
100 Value is t for a termcap frame (a character-only terminal),\n\ 101 Value is t for a termcap frame (a character-only terminal),\n\
101 `x' for an Emacs frame that is really an X window,\n\ 102 `x' for an Emacs frame that is really an X window,\n\