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:
parent
a17b628624
commit
2ae366c73e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue