aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c
index 1f1619300de..d5a1f74d0d8 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -403,8 +403,7 @@ the codeset part of the locale cannot be \"UTF-8\" on MS-Windows.
403If your system does not support a locale environment, this function 403If your system does not support a locale environment, this function
404behaves like `string-equal'. 404behaves like `string-equal'.
405 405
406Do NOT use this function to compare file names for equality, only 406Do NOT use this function to compare file names for equality. */)
407for sorting them. */)
408 (Lisp_Object s1, Lisp_Object s2, Lisp_Object locale, Lisp_Object ignore_case) 407 (Lisp_Object s1, Lisp_Object s2, Lisp_Object locale, Lisp_Object ignore_case)
409{ 408{
410#if defined __STDC_ISO_10646__ || defined WINDOWSNT 409#if defined __STDC_ISO_10646__ || defined WINDOWSNT