aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2003-02-13 10:33:49 +0000
committerKim F. Storm2003-02-13 10:33:49 +0000
commit140a6b7efd5210aa629adeb8708d57ae11e71375 (patch)
tree1fced0cd81ff522a023eceba6b651c8bdc7a6e51 /src/ChangeLog
parent47774164e5714eb4fb3ad2b9b3bdf7bdc108ca0f (diff)
downloademacs-140a6b7efd5210aa629adeb8708d57ae11e71375.tar.gz
emacs-140a6b7efd5210aa629adeb8708d57ae11e71375.zip
(Fmatch_data): Doc fix. Explicitly state that
match-data is undefined if last search failed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f5933c00a8e..d849ecb49e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12003-02-13 Kim F. Storm <storm@cua.dk> 12003-02-13 Kim F. Storm <storm@cua.dk>
2 2
3 * search.c (Fmatch_data): Doc fix. Explicitly state that
4 match-data is undefined if last search failed.
5
3 * keymap.c (Fcommand_remapping): Renamed from Fremap_command. 6 * keymap.c (Fcommand_remapping): Renamed from Fremap_command.
4 All uses changed. 7 All uses changed.
5 8