1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

Revert a change inadvertently committed in last commit.

This commit is contained in:
Eli Zaretskii 2014-08-29 21:30:24 +03:00
parent a17b628624
commit 2ae366c73e

View file

@ -3288,7 +3288,7 @@ w32_compare_strings (const char *s1, const char *s2, char *locname)
CODESET part of LOCNAME. In particular, ls-lisp will want
NORM_IGNORESYMBOLS and sometimes LINGUISTIC_IGNORECASE or
NORM_IGNORECASE. */
val = pCompareStringW (lcid, NORM_IGNORESYMBOLS, string1_w, -1, string2_w, -1);
val = pCompareStringW (lcid, 0, string1_w, -1, string2_w, -1);
SAFE_FREE ();
if (!val)
{