aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-24 09:40:55 +0000
committerGerd Moellmann2001-08-24 09:40:55 +0000
commit33954c4554709a48d61a3eb18471da1fe322365a (patch)
tree8ffd9b2f498abc5dfcc101b1a9788bc61c8d69d4 /src
parenta59aecc5342544826f42765252eb421a274f32f3 (diff)
downloademacs-33954c4554709a48d61a3eb18471da1fe322365a.tar.gz
emacs-33954c4554709a48d61a3eb18471da1fe322365a.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0cc3e9d036e..ef43d1d0807 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-08-24 Gerd Moellmann <gerd@gnu.org> 12001-08-24 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keymap.c (access_keymap): Return the cdr of the binding of
4 a generic character instead of its definition (KEY . BINDING).
5
3 * fileio.c (Finsert_file_contents): Set coding's dest_multibyte 6 * fileio.c (Finsert_file_contents): Set coding's dest_multibyte
4 to 0 also in the REPLACE case. 7 to 0 also in the REPLACE case.
5 8