diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87b7510d67a..e3ab1c215c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-02-23 Kim F. Storm + + * help.el (where-is): Use remap-command. + + * help-fns.el (describe-function-1): Use remap-command. + + * subr.el (global-set-key, local-set-key): Undo 2002-02-06 + change (no longer accept a symbol for the KEY argument). + 2002-02-23 Colin Walters * calc/calcalg3.el (calc-invent-variables): Convert integer to diff --git a/src/ChangeLog b/src/ChangeLog index efb3a8d2aad..99e4b445a3c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,4 @@ -2002-02-23 Kim F. Storm +2002-02-23 Kim F. Storm The following changes rework my patch of 2002-02-06 which added command remapping by entering the commands directly into