changeset 73553:916b67334531

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 30 Oct 2006 21:34:15 +0000
parents 7063b0e05658
children d092f1092ef0
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.