lisp/gnus/gnus-art.el (gnus-mm-display-part): Fix previous commit
This commit is contained in:
parent
853095568a
commit
70c1d22fe2
1 changed files with 5 additions and 1 deletions
|
@ -5679,7 +5679,11 @@ all parts."
|
|||
(delete-region (previous-single-property-change end 'gnus-data) end))
|
||||
(gnus-insert-mime-button
|
||||
handle id (list (mm-handle-displayed-p handle)))
|
||||
(delete-char -1)
|
||||
(let ((pt (point)))
|
||||
(if (search-backward "\n\n" nil t)
|
||||
(goto-char pt)
|
||||
;; We're in the article header.
|
||||
(delete-char -1)))
|
||||
(goto-char point))
|
||||
retval))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue