diff options
| author | Stefan Monnier | 2002-02-07 20:22:19 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-02-07 20:22:19 +0000 |
| commit | 2c5c11efa2851b61069dc2b700517229bc5dbc5b (patch) | |
| tree | 5ae6a49eb7d6e06f19dcd2aafbe9ace53379d2b5 /src | |
| parent | 001f55836627675c610fc0d234c07cb81977bedb (diff) | |
| download | emacs-2c5c11efa2851b61069dc2b700517229bc5dbc5b.tar.gz emacs-2c5c11efa2851b61069dc2b700517229bc5dbc5b.zip | |
(Fx_file_dialog): Export (for Motif code in fileio.c).
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 3d9d68b9a74..4b73c019054 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3037,6 +3037,7 @@ extern void syms_of_xfns P_ ((void)); | |||
| 3037 | extern void init_xfns P_ ((void)); | 3037 | extern void init_xfns P_ ((void)); |
| 3038 | extern Lisp_Object Vx_resource_name; | 3038 | extern Lisp_Object Vx_resource_name; |
| 3039 | EXFUN (Fxw_display_color_p, 1); | 3039 | EXFUN (Fxw_display_color_p, 1); |
| 3040 | EXFUN (Fx_file_dialog, 4); | ||
| 3040 | #endif /* HAVE_X_WINDOWS */ | 3041 | #endif /* HAVE_X_WINDOWS */ |
| 3041 | 3042 | ||
| 3042 | /* Defined in xselect.c */ | 3043 | /* Defined in xselect.c */ |