emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/macfns.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macfns.c
Date: Fri, 15 Apr 2005 23:04:13 -0400

Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.56 emacs/src/macfns.c:1.57
*** emacs/src/macfns.c:1.56     Thu Apr 14 09:25:41 2005
--- emacs/src/macfns.c  Sat Apr 16 03:04:13 2005
***************
*** 4248,4255 ****
      options.optionFlags |= kNavSelectAllReadableItem;
      if (!NILP(prompt))
        {
!       message =
!         cfstring_create_with_utf8_cstring (SDATA (ENCODE_UTF_8 (prompt)));
        options.message = message;
        }
      /* Don't set the application, let it use default.
--- 4248,4254 ----
      options.optionFlags |= kNavSelectAllReadableItem;
      if (!NILP(prompt))
        {
!       message = cfstring_create_with_string (prompt);
        options.message = message;
        }
      /* Don't set the application, let it use default.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]