aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-03-15 14:23:54 -0700
committerPaul Eggert2011-03-15 14:23:54 -0700
commitdb69b0cde386ed1e4cc928f5beb916107ee9fc88 (patch)
tree19162ef871ba8756b10ec64ee68216c41b6f9d79 /src
parent0da09c43ea240c1f07e1f9c2e9f40cd9fcbb862f (diff)
downloademacs-db69b0cde386ed1e4cc928f5beb916107ee9fc88.tar.gz
emacs-db69b0cde386ed1e4cc928f5beb916107ee9fc88.zip
Fix typo in ChangeLog.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
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.