Fix last change in tutorial.el
* lisp/tutorial.el (tutorial--point-after-chkeys): Make it permanent-local. (Bug#74636)
This commit is contained in:
parent
a8169bee20
commit
2bcf0b3d09
1 changed files with 1 additions and 0 deletions
|
@ -655,6 +655,7 @@ with some explanatory links."
|
|||
(put 'tutorial--starting-point 'permanent-local t)
|
||||
(put 'tutorial--lang 'permanent-local t)
|
||||
(put 'tutorial--point-before-chkeys 'permanent-local t)
|
||||
(put 'tutorial--point-after-chkeys 'permanent-local t)
|
||||
|
||||
(defun tutorial--save-on-kill ()
|
||||
"Query the user about saving the tutorial when killing Emacs."
|
||||
|
|
Loading…
Add table
Reference in a new issue