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 0afe565c80b..eb494be8d4d 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -650,6 +650,7 @@ with some explanatory links." | |||
| 650 | (delete-region prop-start prop-end)))))) | 650 | (delete-region prop-start prop-end)))))) |
| 651 | 651 | ||
| 652 | (defvar tutorial--starting-point) | 652 | (defvar tutorial--starting-point) |
| 653 | (put 'tutorial--starting-point 'permanent-local t) | ||
| 653 | (defun tutorial--save-on-kill () | 654 | (defun tutorial--save-on-kill () |
| 654 | "Query the user about saving the tutorial when killing Emacs." | 655 | "Query the user about saving the tutorial when killing Emacs." |
| 655 | (when (buffer-live-p tutorial--buffer) | 656 | (when (buffer-live-p tutorial--buffer) |