aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tutorial.el
diff options
context:
space:
mode:
authorManuel Giraud2024-12-01 17:25:24 +0100
committerEli Zaretskii2024-12-01 19:27:49 +0200
commit2bcf0b3d099ba6f059a66bcdf522b277f98e9ea3 (patch)
treed0657339a212b839f25956e1f8430fbcdf3e1b14 /lisp/tutorial.el
parenta8169bee2064282a40214ef65ef0493233ed4669 (diff)
downloademacs-2bcf0b3d099ba6f059a66bcdf522b277f98e9ea3.tar.gz
emacs-2bcf0b3d099ba6f059a66bcdf522b277f98e9ea3.zip
Fix last change in tutorial.el
* lisp/tutorial.el (tutorial--point-after-chkeys): Make it permanent-local. (Bug#74636)
Diffstat (limited to 'lisp/tutorial.el')
-rw-r--r--lisp/tutorial.el1
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."