]> git.eshelyaron.com Git - emacs.git/commit
* tutorial.el: Remove `cl' requirement. Clean up whitespace.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 21 Dec 2006 17:25:34 +0000 (17:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 21 Dec 2006 17:25:34 +0000 (17:25 +0000)
commit397e270a287a0d2c4eb817b67e3cb69e9f966083
tree0c1c70bdc2319360969e6fa603fedc927be976a9
parent599cab718c45fd9b591d1a59a1b7efde6a7e78d4
* tutorial.el: Remove `cl' requirement.  Clean up whitespace.
Replace '?\ ' by '?\s' throughout.
(tutorial-warning-face): Inherit font-lock-warning-face.  Move to
`help' custom group.
(tutorial--key-description): New function.
(tutorial--display-changes): Remove redundant arg.  Scan for all
key sequences to avoid false matches.  Cleanup.
(tutorial--saved-dir): Save to a subdirectory in .emacs.d to
reduce homedir pollution.
(help-with-tutorial): Call tutorial--display-changes with no arg.
lisp/ChangeLog