Mercurial > emacs
changeset 74794:4a9998346e6e
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 22 Dec 2006 15:16:58 +0000 |
parents | 00df8b8ea324 |
children | 4404b91f3a72 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + + * 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 <cyd@stupidchicken.com> * tutorial.el: Remove `cl' requirement. Clean up whitespace.