>From 8beb4a04108a7fcdda7d515d3f6d6498a5e06c51 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Sun, 1 Dec 2024 17:25:24 +0100 Subject: [PATCH] Add one missing permanent-local from a8169bee206 * lisp/tutorial.el (tutorial--point-after-chkeys): Make it permanent-local. --- 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 @@ tutorial--starting-point (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.47.0