Mercurial > hg > xemacs-beta
changeset 3976:d76663859e32
[xemacs-hg @ 2007-05-21 08:11:37 by aidan]
LATIN CAPITAL LETTER D WITH STROKE does _not_ decompose
author | aidan |
---|---|
date | Mon, 21 May 2007 08:11:37 +0000 |
parents | 1af222c75869 |
children | a4284dd2debb |
files | tests/automated/mule-tests.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/automated/mule-tests.el Mon May 21 05:02:43 2007 +0000 +++ b/tests/automated/mule-tests.el Mon May 21 08:11:37 2007 +0000 @@ -341,7 +341,7 @@ ;; make-temp-name does stat(), which on OS X requires that you ;; normalise, where open() will normalise for you. Previously we ;; used scaron as the Latin-2 character, and make-temp-name errored - ;; on OS X. LATIN CAPITAL LETTER D WITH STROKE does decompose. + ;; on OS X. LATIN CAPITAL LETTER D WITH STROKE does not decompose. (name1 (make-temp-name prefix)) (name2 (make-temp-name prefix))) ;; This is how you suppress output from `message', called by `write-region'