]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-cite-add-face): Set overlay's evaporate property.
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 May 2005 08:34:07 +0000 (08:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 May 2005 08:34:07 +0000 (08:34 +0000)
lisp/gnus/gnus-cite.el

index 6053b2ae5025c78302cec42972751340b7e19011..090a365f994a201b40a50fecf6f624e87055400d 100644 (file)
@@ -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)