Mercurial > emacs
changeset 43176:0d7ab82f058d
(Fx_file_dialog): Export (for Motif code in fileio.c).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 07 Feb 2002 20:22:19 +0000 |
parents | 43e33374440b |
children | de51098df2fd |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 */