From c7f0f3749e58a1b16b918ef7da7bdfe3ed6ce160 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 20 Mar 2025 22:33:32 +0200 Subject: [PATCH] Leave buffer with input-method help unmodified * lisp/international/quail.el (quail-help): Leave "*Help*" unmodified. (Bug#77139) (cherry picked from commit bbad5be9f05aee3eb38b81c65c4a3a286271ce55) --- lisp/international/quail.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.5