Files
emacs/lisp/tutorial.el
Eli Zaretskii dec2ac0c65 Fix exiting Emacs after saving a tutorial
* lisp/tutorial.el (tutorial--starting-point): Make it
permanent-local, so that saving the tutorial to some file doesn't
kill this buffer-local variable.  Otherwise, trying to exit Emacs
after saving the tutorial will signal an error, because
'tutorial--starting-point' is void.  (Bug#37326)
2023-04-22 13:35:36 +03:00

38 KiB