comparison src/lisp.h @ 102736:c8e6da2dab57

(Fx_focus_frame): Declare.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 26 Mar 2009 22:15:13 +0000
parents c2cff0e96ec7
children b6116169967f
comparison
equal deleted inserted replaced
102735:07f2395ce3db 102736:c8e6da2dab57
3308 EXFUN (Fnew_fontset, 2); 3308 EXFUN (Fnew_fontset, 2);
3309 3309
3310 /* Defined in xfns.c, w32fns.c, or macfns.c */ 3310 /* Defined in xfns.c, w32fns.c, or macfns.c */
3311 EXFUN (Fxw_display_color_p, 1); 3311 EXFUN (Fxw_display_color_p, 1);
3312 EXFUN (Fx_file_dialog, 5); 3312 EXFUN (Fx_file_dialog, 5);
3313 EXFUN (Fx_focus_frame, 1);
3313 #endif 3314 #endif
3314 3315
3315 /* Defined in xfaces.c */ 3316 /* Defined in xfaces.c */
3316 EXFUN (Fclear_face_cache, 1); 3317 EXFUN (Fclear_face_cache, 1);
3317 extern void syms_of_xfaces P_ ((void)); 3318 extern void syms_of_xfaces P_ ((void));