diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6cacc4576fb..91d5069d559 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | (upcase1): Likewise, for UPCASE_TABLE. | 9 | (upcase1): Likewise, for UPCASE_TABLE. |
| 10 | (uppercasep, lowercasep, upcase): New static inline functions. | 10 | (uppercasep, lowercasep, upcase): New static inline functions. |
| 11 | * editfns.c (Fchar_equal): Remove no-longer-needed workaround for | 11 | * editfns.c (Fchar_equal): Remove no-longer-needed workaround for |
| 12 | the race-condition problem the old DOWNCASE. | 12 | the race-condition problem in the old DOWNCASE. |
| 13 | 13 | ||
| 14 | * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT): | 14 | * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT): |
| 15 | Rename locals to avoid shadowing. | 15 | Rename locals to avoid shadowing. |