mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Clean up mm-display-inline-fontify slightly
* lisp/gnus/mm-view.el (mm-display-inline-fontify): Remove some left-over compat code.
This commit is contained in:
parent
502dbd1f7c
commit
7eb53e8a72
1 changed files with 0 additions and 2 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue