]> git.eshelyaron.com Git - emacs.git/commitdiff
* tutorial.el: Move defvars to avoid bytecomp warnings.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 21:34:15 +0000 (21:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 21:34:15 +0000 (21:34 +0000)
(tutorial--find-changed-keys): Check if viper-current-state is
bound before using it.
(help-with-tutorial): Check if viper-tutorial is defined before
using it.

lisp/ChangeLog

index fa2b80df7802a5b0323707507fcf2c6c1bdf9f83..9be9e30590b86c4bf0ade0232f36becfcd27f7c6 100644 (file)
@@ -1,3 +1,11 @@
+2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * tutorial.el: Move defvars to avoid bytecomp warnings.
+       (tutorial--find-changed-keys): Check if viper-current-state is
+       bound before using it.
+       (help-with-tutorial): Check if viper-tutorial is defined before
+       using it.
+
 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
 
        * help-fns.el (help-with-tutorial): Moved to tutorial.el.