diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-09-10 05:52:54 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-09-10 05:52:54 +0000 |
commit | 6eeee4d618c29d8cb37a80e6c9c734ed32a788f2 (patch) | |
tree | a255f864866780c12c60d88c9f89d93a221dccd7 /src/xfns.c | |
parent | 0e9ffc04d9c63bc7a56e6cd98097c76c957e92c2 (diff) | |
download | emacs-6eeee4d618c29d8cb37a80e6c9c734ed32a788f2.tar.gz |
(Fx_file_dialog): Call check_x.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 8071ff1c4e6..dd8035c95af 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5328,6 +5328,8 @@ or directory must exist. ONLY-DIR-P is ignored." */) int count = SPECPDL_INDEX (); struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6; + check_x (); + GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file); if (popup_activated ()) @@ -5495,6 +5497,8 @@ directories. */) struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6; char *cdef_file; + check_x (); + GCPRO6 (prompt, dir, default_filename, mustmatch, only_dir_p, file); if (popup_activated ()) |