diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-12-22 15:24:00 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-12-22 15:24:00 +0000 |
commit | ce9ff7846b179e56f9db08b25e2901898f6542c7 (patch) | |
tree | 63b2f1839b263293a671a7083ae1cfac5ac0ca41 | |
parent | 87fe23eef1e0414119a12d38dfdb754bcac88dd0 (diff) | |
download | emacs-ce9ff7846b179e56f9db08b25e2901898f6542c7.tar.gz |
tutorial.el (tutorial--save-tutorial): Prompt before saving tutorial state.
-rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3eed2fcbe12..569392002b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,6 +8,7 @@ only issued once per changed key. (tutorial--remove-remarks): Delete unused code-path. (lang-strings): Remove extraneous formatting. + (tutorial--save-tutorial): Prompt before saving tutorial state. 2006-12-21 Chong Yidong <cyd@stupidchicken.com> |