# HG changeset patch # User Stefan Monnier # Date 1013113339 0 # Node ID 0d7ab82f058de3e5ba7030e52951ab3d9c3370bd # Parent 43e33374440b6b761d843c8a5f4a05547f7598d8 (Fx_file_dialog): Export (for Motif code in fileio.c). diff -r 43e33374440b -r 0d7ab82f058d src/lisp.h --- a/src/lisp.h Thu Feb 07 17:50:25 2002 +0000 +++ b/src/lisp.h Thu Feb 07 20:22:19 2002 +0000 @@ -3037,6 +3037,7 @@ extern void init_xfns P_ ((void)); extern Lisp_Object Vx_resource_name; EXFUN (Fxw_display_color_p, 1); +EXFUN (Fx_file_dialog, 4); #endif /* HAVE_X_WINDOWS */ /* Defined in xselect.c */