/[emacs]/emacs/src/macfns.c
ViewVC logotype

Diff of /emacs/src/macfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.56 by mituharu, Thu Apr 14 09:25:41 2005 UTC revision 1.57 by mituharu, Sat Apr 16 03:04:13 2005 UTC
# Line 4248  If ONLY-DIR-P is non-nil, the user can o Line 4248  If ONLY-DIR-P is non-nil, the user can o
4248      options.optionFlags |= kNavSelectAllReadableItem;      options.optionFlags |= kNavSelectAllReadableItem;
4249      if (!NILP(prompt))      if (!NILP(prompt))
4250        {        {
4251          message =          message = cfstring_create_with_string (prompt);
           cfstring_create_with_utf8_cstring (SDATA (ENCODE_UTF_8 (prompt)));  
4252          options.message = message;          options.message = message;
4253        }        }
4254      /* Don't set the application, let it use default.      /* Don't set the application, let it use default.

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26