diff options
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -449,8 +449,7 @@ the codeset part of the locale cannot be \"UTF-8\" on MS-Windows. | |||
| 449 | If your system does not support a locale environment, this function | 449 | If your system does not support a locale environment, this function |
| 450 | behaves like `string-equal'. | 450 | behaves like `string-equal'. |
| 451 | 451 | ||
| 452 | Do NOT use this function to compare file names for equality, only | 452 | Do NOT use this function to compare file names for equality. */) |
| 453 | for sorting them. */) | ||
| 454 | (Lisp_Object s1, Lisp_Object s2, Lisp_Object locale, Lisp_Object ignore_case) | 453 | (Lisp_Object s1, Lisp_Object s2, Lisp_Object locale, Lisp_Object ignore_case) |
| 455 | { | 454 | { |
| 456 | #if defined __STDC_ISO_10646__ || defined WINDOWSNT | 455 | #if defined __STDC_ISO_10646__ || defined WINDOWSNT |