# HG changeset patch # User aidan # Date 1179735097 0 # Node ID d76663859e32d6676bab7b0e468616e5b616c421 # Parent 1af222c7586991f690ea06d1b8c75fb5a6a0a352 [xemacs-hg @ 2007-05-21 08:11:37 by aidan] LATIN CAPITAL LETTER D WITH STROKE does _not_ decompose diff -r 1af222c75869 -r d76663859e32 tests/automated/mule-tests.el --- 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'