diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fa2b80df780..9be9e30590b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.