From 024ccae39937f2dda8bc2e6f383fd17eec4ac836 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 30 Oct 2006 21:34:15 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.39.5