]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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)
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

index c686193d861a727ae338c26c7fa69041d8ac884f..8c4b014ed14fee049db1a8aaa13b17558694ed95 100644 (file)
@@ -1,3 +1,16 @@
+2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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.
+
 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
 
        * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.