# HG changeset patch # User Chong Yidong # Date 1162244055 0 # Node ID 916b673345317ef2da2d0f26be3534c13355437d # Parent 7063b0e056589c0ae2fbea5a2e12e24b0ee566b7 * 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. diff -r 7063b0e05658 -r 916b67334531 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 30 14:56:44 2006 +0000 +++ b/lisp/ChangeLog Mon Oct 30 21:34:15 2006 +0000 @@ -1,3 +1,11 @@ +2006-10-30 Chong Yidong + + * 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 * help-fns.el (help-with-tutorial): Moved to tutorial.el.