]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change in tutorial.el
authorManuel Giraud <manuel@ledu-giraud.fr>
Sun, 1 Dec 2024 16:25:24 +0000 (17:25 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 17:02:02 +0000 (18:02 +0100)
* lisp/tutorial.el (tutorial--point-after-chkeys): Make it
permanent-local.  (Bug#74636)

(cherry picked from commit 2bcf0b3d099ba6f059a66bcdf522b277f98e9ea3)

lisp/tutorial.el

index 86537d995fe1840eed4edcbdd341fddd84740f7a..f98aff167d2cdfb254c38ce7c6c9dd498b480382 100644 (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."