diff options
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fa2b80df780..9be9e30590b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-10-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * tutorial.el: Move defvars to avoid bytecomp warnings. | ||
| 4 | (tutorial--find-changed-keys): Check if viper-current-state is | ||
| 5 | bound before using it. | ||
| 6 | (help-with-tutorial): Check if viper-tutorial is defined before | ||
| 7 | using it. | ||
| 8 | |||
| 1 | 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se> | 9 | 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se> |
| 2 | 10 | ||
| 3 | * help-fns.el (help-with-tutorial): Moved to tutorial.el. | 11 | * help-fns.el (help-with-tutorial): Moved to tutorial.el. |