From da065b5571d2dd94065d33677563f4c07dffae3f Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Sun, 1 Dec 2024 17:25:24 +0100 Subject: [PATCH] Fix last change in tutorial.el * lisp/tutorial.el (tutorial--point-after-chkeys): Make it permanent-local. (Bug#74636) (cherry picked from commit 2bcf0b3d099ba6f059a66bcdf522b277f98e9ea3) --- lisp/tutorial.el | 1 + 1 file changed, 1 insertion(+) 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." (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." -- 2.39.5