diff src/xfns.c @ 57432:d95ac5c74632

* xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 11 Oct 2004 10:50:00 +0000
parents fcda7ee97ef5
children ead4249849ac 47f53c5c9620 ff0e824afa37
line wrap: on
line diff
--- a/src/xfns.c	Mon Oct 11 03:29:45 2004 +0000
+++ b/src/xfns.c	Mon Oct 11 10:50:00 2004 +0000
@@ -5566,7 +5566,7 @@
   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
 }