# HG changeset patch # User Kim F. Storm # Date 1014503559 0 # Node ID 98905a7f70184aa4f5e7bf23a3149d7841e5192f # Parent 9f334f15ae099bab8f0839519efe678549e20374 *** empty log message *** diff -r 9f334f15ae09 -r 98905a7f7018 lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 23 22:31:02 2002 +0000 +++ b/lisp/ChangeLog Sat Feb 23 22:32:39 2002 +0000 @@ -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 -r 9f334f15ae09 -r 98905a7f7018 src/ChangeLog --- a/src/ChangeLog Sat Feb 23 22:31:02 2002 +0000 +++ b/src/ChangeLog Sat Feb 23 22:32:39 2002 +0000 @@ -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