From: Eli Zaretskii Date: Thu, 20 Mar 2025 20:33:32 +0000 (+0200) Subject: Leave buffer with input-method help unmodified X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7f0f3749e58a1b16b918ef7da7bdfe3ed6ce160;p=emacs.git Leave buffer with input-method help unmodified * lisp/international/quail.el (quail-help): Leave "*Help*" unmodified. (Bug#77139) (cherry picked from commit bbad5be9f05aee3eb38b81c65c4a3a286271ce55) --- diff --git a/lisp/international/quail.el b/lisp/international/quail.el index c090367871a..ca6e12b6429 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -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))