aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2003-01-12 20:53:04 +0000
committerAndreas Schwab2003-01-12 20:53:04 +0000
commitad797e566249a4c3441df5ba8ef2a737ff7cc37a (patch)
tree1414d365483d3cd2672210973459c425e4bab415
parente70cccc0c8884cb28f14a3e9bdd442f22f3959e5 (diff)
downloademacs-ad797e566249a4c3441df5ba8ef2a737ff7cc37a.tar.gz
emacs-ad797e566249a4c3441df5ba8ef2a737ff7cc37a.zip
.
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 54de8ef2e06..697957277fc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,19 @@
12003-01-12 Andreas Schwab <schwab@suse.de> 12003-01-12 Andreas Schwab <schwab@suse.de>
2 2
3 * arc-mode.el (archive-mode-map): Use command remapping instead of
4 substitute-key-definition.
5 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
6 * msb.el (msb-mode-map): Likewise.
7 * forms.el (forms--change-commands): Likewise.
8 * hexl.el (hexl-mode-map): Likewise.
9 * mail/mailabbrev.el (Commentary): Likewise.
10 * play/decipher.el (decipher-mode-map): Likewise.
11 * play/gomoku.el (gomoku-mode-map): Likewise.
12 * play/landmark.el (lm-mode-map): Likewise.
13 * play/solitaire.el (solitaire-mode-map): Likewise.
14 * progmodes/sh-script.el (sh-mode-map): Likewise.
15 * textmodes/picture.el (picture-substitute): Likewise.
16
3 * ielm.el (inferior-emacs-lisp-mode): Bind 17 * ielm.el (inferior-emacs-lisp-mode): Bind
4 comint-dynamic-complete-functions locally. 18 comint-dynamic-complete-functions locally.
5 19