From: Chong Yidong Date: Mon, 30 Oct 2006 21:34:15 +0000 (+0000) Subject: * tutorial.el: Move defvars to avoid bytecomp warnings. X-Git-Tag: emacs-pretest-22.0.91~458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=024ccae39937f2dda8bc2e6f383fd17eec4ac836;p=emacs.git * 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 --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.