Fix last change in tutorial.el

* lisp/tutorial.el (tutorial--point-after-chkeys): Make it
permanent-local.  (Bug#74636)
This commit is contained in:
Manuel Giraud 2024-12-01 17:25:24 +01:00 committed by Eli Zaretskii
parent a8169bee20
commit 2bcf0b3d09

View file

@ -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."