]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_file_dialog): Export (for Motif code in fileio.c).
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 7 Feb 2002 20:21:22 +0000 (20:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 7 Feb 2002 20:21:22 +0000 (20:21 +0000)
src/ChangeLog
src/lisp.h

index c02cff4a414d0b112183926c3f61b1a0ae68d05d..62652307ec59becb4ee63bea265d5c69abb04c08 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * lisp.h (Fx_file_dialog): Export (for Motif code in fileio.c).
+
 2002-02-06  Jason Rumney  <jasonr@gnu.org>
 
        * 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  <eliz@is.elta.co.il>
 
 
 2002-01-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
-       * 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  <schwab@suse.de>
 
index e0830b934b3c000831192c295bf2fbaa7b2964be..f1ec8ccda9b1e5c5bb840ba3e19ac020f3d1f672 100644 (file)
@@ -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 */