1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00

* xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.

This commit is contained in:
Jan Djärv 2004-10-11 10:50:00 +00:00
parent 749dadb57d
commit 29fabd8cee
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-11 Jan Dj,Ad(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

View 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
}