1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

* 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.
This commit is contained in:
Chong Yidong 2006-12-22 15:16:58 +00:00
parent 2f0fd19a32
commit d7e39ca971

View File

@ -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.