# HG changeset patch # User Andreas Schwab # Date 1042404784 0 # Node ID 92ae7e76e5be81dc4c71ef576e21e192fbca4e40 # Parent f47ff7e8f5f56aca9ec334ca24bfe8900e95ba36 . diff -r f47ff7e8f5f5 -r 92ae7e76e5be lisp/ChangeLog --- a/lisp/ChangeLog Sun Jan 12 20:51:36 2003 +0000 +++ b/lisp/ChangeLog Sun Jan 12 20:53:04 2003 +0000 @@ -1,5 +1,19 @@ 2003-01-12 Andreas Schwab + * arc-mode.el (archive-mode-map): Use command remapping instead of + substitute-key-definition. + * emerge.el (emerge-setup-fixed-keymaps): Likewise. + * msb.el (msb-mode-map): Likewise. + * forms.el (forms--change-commands): Likewise. + * hexl.el (hexl-mode-map): Likewise. + * mail/mailabbrev.el (Commentary): Likewise. + * play/decipher.el (decipher-mode-map): Likewise. + * play/gomoku.el (gomoku-mode-map): Likewise. + * play/landmark.el (lm-mode-map): Likewise. + * play/solitaire.el (solitaire-mode-map): Likewise. + * progmodes/sh-script.el (sh-mode-map): Likewise. + * textmodes/picture.el (picture-substitute): Likewise. + * ielm.el (inferior-emacs-lisp-mode): Bind comint-dynamic-complete-functions locally.