diff options
| author | Lars Ingebrigtsen | 2022-01-21 12:07:31 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-01-21 12:07:31 +0100 |
| commit | 7eb53e8a72b0a7ac2ed3ac51902ee410bd7fceb5 (patch) | |
| tree | 621995950fb3bafb847a3fbd13366e18f628c40f | |
| parent | 502dbd1f7c0295c1f01643778d2a6aea17a9808c (diff) | |
| download | emacs-7eb53e8a72b0a7ac2ed3ac51902ee410bd7fceb5.tar.gz emacs-7eb53e8a72b0a7ac2ed3ac51902ee410bd7fceb5.zip | |
Clean up mm-display-inline-fontify slightly
* lisp/gnus/mm-view.el (mm-display-inline-fontify): Remove some
left-over compat code.
| -rw-r--r-- | lisp/gnus/mm-view.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el index b110750c098..c40c38a95f9 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." | |||
| 504 | (setq coding-system (mm-find-buffer-file-coding-system))) | 504 | (setq coding-system (mm-find-buffer-file-coding-system))) |
| 505 | (setq text (buffer-string)))) | 505 | (setq text (buffer-string)))) |
| 506 | (with-temp-buffer | 506 | (with-temp-buffer |
| 507 | (buffer-disable-undo) | ||
| 508 | (mm-enable-multibyte) | ||
| 509 | (insert (cond ((eq charset 'gnus-decoded) | 507 | (insert (cond ((eq charset 'gnus-decoded) |
| 510 | (with-current-buffer (mm-handle-buffer handle) | 508 | (with-current-buffer (mm-handle-buffer handle) |
| 511 | (buffer-string))) | 509 | (buffer-string))) |