From c1b1a4f3ef3bbe140ad4db7568e82814f81e2e2e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 May 2005 08:34:07 +0000 Subject: [PATCH] (gnus-cite-add-face): Set overlay's evaporate property. --- lisp/gnus/gnus-cite.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el index 6053b2ae502..090a365f994 100644 --- a/lisp/gnus/gnus-cite.el +++ b/lisp/gnus/gnus-cite.el @@ -1017,6 +1017,7 @@ See also the documentation for `gnus-article-highlight-citation'." (when (< from to) (push (setq overlay (gnus-make-overlay from to)) gnus-cite-overlay-list) + (gnus-overlay-put overlay 'evaporate t) (gnus-overlay-put overlay 'face face)))))) (defun gnus-cite-toggle (prefix) -- 2.39.5