Leave buffer with input-method help unmodified

* lisp/international/quail.el (quail-help): Leave "*Help*"
unmodified.  (Bug#77139)
This commit is contained in:
Eli Zaretskii 2025-03-20 22:33:32 +02:00
parent 40a17ce3b2
commit bbad5be9f0

View file

@ -2614,6 +2614,7 @@ KEY BINDINGS FOR TRANSLATION
KEY BINDINGS FOR CONVERSION
---------------------------\n"))
(setq quail-current-package nil)
(set-buffer-modified-p nil)
;; Resize the help window again, now that it has all its contents.
(save-selected-window
(select-window (get-buffer-window (current-buffer) t))