diff options
| author | Chong Yidong | 2006-12-22 15:24:00 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-12-22 15:24:00 +0000 |
| commit | ce9ff7846b179e56f9db08b25e2901898f6542c7 (patch) | |
| tree | 63b2f1839b263293a671a7083ae1cfac5ac0ca41 | |
| parent | 87fe23eef1e0414119a12d38dfdb754bcac88dd0 (diff) | |
| download | emacs-ce9ff7846b179e56f9db08b25e2901898f6542c7.tar.gz emacs-ce9ff7846b179e56f9db08b25e2901898f6542c7.zip | |
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 @@ | |||
| 8 | only issued once per changed key. | 8 | only issued once per changed key. |
| 9 | (tutorial--remove-remarks): Delete unused code-path. | 9 | (tutorial--remove-remarks): Delete unused code-path. |
| 10 | (lang-strings): Remove extraneous formatting. | 10 | (lang-strings): Remove extraneous formatting. |
| 11 | (tutorial--save-tutorial): Prompt before saving tutorial state. | ||
| 11 | 12 | ||
| 12 | 2006-12-21 Chong Yidong <cyd@stupidchicken.com> | 13 | 2006-12-21 Chong Yidong <cyd@stupidchicken.com> |
| 13 | 14 | ||