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:
parent
749dadb57d
commit
29fabd8cee
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user