emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7eb53e8a72 2/2: Clean up mm-display-inline-fontify slightly


From: Lars Ingebrigtsen
Subject: master 7eb53e8a72 2/2: Clean up mm-display-inline-fontify slightly
Date: Fri, 21 Jan 2022 06:08:15 -0500 (EST)

branch: master
commit 7eb53e8a72b0a7ac2ed3ac51902ee410bd7fceb5
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clean up mm-display-inline-fontify slightly
    
    * lisp/gnus/mm-view.el (mm-display-inline-fontify): Remove some
    left-over compat code.
---
 lisp/gnus/mm-view.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index b110750c09..c40c38a95f 100644
--- a/lisp/gnus/mm-view.el
+++ b/lisp/gnus/mm-view.el
@@ -504,8 +504,6 @@ If MODE is not set, try to find mode automatically."
          (setq coding-system (mm-find-buffer-file-coding-system)))
        (setq text (buffer-string))))
     (with-temp-buffer
-      (buffer-disable-undo)
-      (mm-enable-multibyte)
       (insert (cond ((eq charset 'gnus-decoded)
                     (with-current-buffer (mm-handle-buffer handle)
                       (buffer-string)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]