mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Don't spill ansi-color across parts in articles
* lisp/gnus/gnus-art.el (article-treat-ansi-sequences): Reset ansi-color-context-region. (Bug#44299)
This commit is contained in:
parent
eae31b01a2
commit
8cd0ce9b85
1 changed files with 2 additions and 1 deletions
|
|
@ -2170,7 +2170,8 @@ MAP is an alist where the elements are on the form (\"from\" \"to\")."
|
|||
(save-excursion
|
||||
(when (article-goto-body)
|
||||
(let ((inhibit-read-only t))
|
||||
(ansi-color-apply-on-region (point) (point-max))))))
|
||||
(ansi-color-apply-on-region (point) (point-max)))))
|
||||
(setq ansi-color-context-region nil))
|
||||
|
||||
(defun gnus-article-treat-unfold-headers ()
|
||||
"Unfold folded message headers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue