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