diff options
Diffstat (limited to 'lisp/tutorial.el')
| -rw-r--r-- | lisp/tutorial.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 86537d995fe..f98aff167d2 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -655,6 +655,7 @@ with some explanatory links." | |||
| 655 | (put 'tutorial--starting-point 'permanent-local t) | 655 | (put 'tutorial--starting-point 'permanent-local t) |
| 656 | (put 'tutorial--lang 'permanent-local t) | 656 | (put 'tutorial--lang 'permanent-local t) |
| 657 | (put 'tutorial--point-before-chkeys 'permanent-local t) | 657 | (put 'tutorial--point-before-chkeys 'permanent-local t) |
| 658 | (put 'tutorial--point-after-chkeys 'permanent-local t) | ||
| 658 | 659 | ||
| 659 | (defun tutorial--save-on-kill () | 660 | (defun tutorial--save-on-kill () |
| 660 | "Query the user about saving the tutorial when killing Emacs." | 661 | "Query the user about saving the tutorial when killing Emacs." |