From 4712a99616e99473b1345181b5dcfd8de9894e4b Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 7 Feb 2002 20:21:22 +0000 Subject: [PATCH] (Fx_file_dialog): Export (for Motif code in fileio.c). --- src/ChangeLog | 9 ++++++--- src/lisp.h | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index c02cff4a414..62652307ec5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-02-07 Stefan Monnier + + * lisp.h (Fx_file_dialog): Export (for Motif code in fileio.c). + 2002-02-06 Jason Rumney * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change. @@ -28,7 +32,7 @@ is invisible. This can happen if cursor is on top line of a window, and we switch to a buffer with a header line. - * w32term.c (x_erase_phys_cursor): ditto. + * w32term.c (x_erase_phys_cursor): Ditto. 2002-02-01 Eli Zaretskii @@ -99,8 +103,7 @@ 2002-01-14 Pavel Jan,Bm(Bk - * sound.c (Fplay_sound): Initialize header_size also for :data - case. + * sound.c (Fplay_sound): Initialize header_size also for :data case. 2002-01-13 Andreas Schwab diff --git a/src/lisp.h b/src/lisp.h index e0830b934b3..f1ec8ccda9b 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2926,6 +2926,7 @@ extern void syms_of_xfns P_ ((void)); 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 */ -- 2.39.5