# HG changeset patch # User Chong Yidong # Date 1166800618 0 # Node ID 4a9998346e6e512f2c581089088c66a2316240f4 # Parent 00df8b8ea32499c3ba8963cf2e65f24c206f9f7c * tutorial.el (tutorial--detailed-help): Remove unnecessary link to the Emacs Lisp reference manual. (tutorial--tab-map): Remove. All callers changed. (tutorial--find-changed-keys): New elt QUIET, used to... (tutorial--display-changes): ...ensure that warning messages are only issued once per changed key. (tutorial--remove-remarks): Delete unused code-path. (lang-strings): Remove extraneous formatting. diff -r 00df8b8ea324 -r 4a9998346e6e lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 22 08:27:36 2006 +0000 +++ b/lisp/ChangeLog Fri Dec 22 15:16:58 2006 +0000 @@ -1,3 +1,14 @@ +2006-12-22 Chong Yidong + + * tutorial.el (tutorial--detailed-help): Remove unnecessary link + to the Emacs Lisp reference manual. + (tutorial--tab-map): Remove. All callers changed. + (tutorial--find-changed-keys): New elt QUIET, used to... + (tutorial--display-changes): ...ensure that warning messages are + only issued once per changed key. + (tutorial--remove-remarks): Delete unused code-path. + (lang-strings): Remove extraneous formatting. + 2006-12-21 Chong Yidong * tutorial.el: Remove `cl' requirement. Clean up whitespace.