diff lisp/gnus/gnus-cite.el @ 62860:88e7e662d067

(gnus-cite-add-face): Set overlay's evaporate property.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 May 2005 08:34:07 +0000
parents 0d1a48b1ca68
children 53e7abe8917f 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/gnus/gnus-cite.el	Sun May 29 08:32:57 2005 +0000
+++ b/lisp/gnus/gnus-cite.el	Sun May 29 08:34:07 2005 +0000
@@ -1017,6 +1017,7 @@
 	(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)