aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-12-22 15:24:00 +0000
committerChong Yidong2006-12-22 15:24:00 +0000
commitce9ff7846b179e56f9db08b25e2901898f6542c7 (patch)
tree63b2f1839b263293a671a7083ae1cfac5ac0ca41
parent87fe23eef1e0414119a12d38dfdb754bcac88dd0 (diff)
downloademacs-ce9ff7846b179e56f9db08b25e2901898f6542c7.tar.gz
emacs-ce9ff7846b179e56f9db08b25e2901898f6542c7.zip
tutorial.el (tutorial--save-tutorial): Prompt before saving tutorial state.
-rw-r--r--lisp/ChangeLog1
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
122006-12-21 Chong Yidong <cyd@stupidchicken.com> 132006-12-21 Chong Yidong <cyd@stupidchicken.com>
13 14