* editfns.c (Fchar_equal): Remove no-longer-needed workaround for
[bpt/emacs.git] / src / ChangeLog
index a02d147..6cacc45 100644 (file)
@@ -8,6 +8,8 @@
        EMACS_INT, since callers assume the returned value fits in int.
        (upcase1): Likewise, for UPCASE_TABLE.
        (uppercasep, lowercasep, upcase): New static inline functions.
+       * editfns.c (Fchar_equal): Remove no-longer-needed workaround for
+       the race-condition problem the old DOWNCASE.
 
        * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):
        Rename locals to avoid shadowing.