]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 11 Oct 2004 10:50:00 +0000 (10:50 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 11 Oct 2004 10:50:00 +0000 (10:50 +0000)
src/ChangeLog
src/xfns.c

index 16cf5a216e154111ba33a8d62fd1fd2da8ebd6e8..7ef3c5d91808e466be2be90b6cac197c93c315c7 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.
+
 2004-10-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
index 5ebdeca97d5feb2b220dce16cfc5b7aa62fd39c4..de95a59112aa82e03441c82d17734f8abbc0824d 100644 (file)
@@ -5566,7 +5566,7 @@ Chinese, Japanese, and Korean.  */);
   last_show_tip_args = Qnil;
   staticpro (&last_show_tip_args);
 
-#ifdef USE_MOTIF
+#if defined (USE_MOTIF) || defined (USE_GTK)
   defsubr (&Sx_file_dialog);
 #endif
 }