diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-04-16 03:04:13 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-04-16 03:04:13 +0000 |
commit | 28fbbe2306c459a21ca819f646232fa40c44da53 (patch) | |
tree | 3f8dbb69ab986227a71be3a63a426e96751bb32d /src/macfns.c | |
parent | e8d8317c364bd7e3cca41478eb4f68b19da09cf5 (diff) | |
download | emacs-28fbbe2306c459a21ca819f646232fa40c44da53.tar.gz |
(Fx_file_dialog): Likewise.
Diffstat (limited to 'src/macfns.c')
-rw-r--r-- | src/macfns.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/macfns.c b/src/macfns.c index 970014e0960..b85c4f01795 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -4248,8 +4248,7 @@ If ONLY-DIR-P is non-nil, the user can only select directories. */) options.optionFlags |= kNavSelectAllReadableItem; if (!NILP(prompt)) { - message = - cfstring_create_with_utf8_cstring (SDATA (ENCODE_UTF_8 (prompt))); + message = cfstring_create_with_string (prompt); options.message = message; } /* Don't set the application, let it use default. |