Revision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-122
authorMiles Bader <miles@gnu.org>
Mon, 30 May 2005 05:46:04 +0000 (05:46 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 30 May 2005 05:46:04 +0000 (05:46 +0000)
Merge from gnus--rel--5.10

Patches applied:

 * emacs--cvs-trunk--0  (patch 330, 333-334)

   - Merge from gnus--rel--5.10
   - Update from CVS

 * gnus--rel--5.10  (patch 74)

   - Merge from emacs--cvs-trunk--0

2005-05-29  Richard M. Stallman  <rms@gnu.org>

   * lisp/gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.

lisp/ChangeLog
lisp/gnus-cite.el

index d50e408..e502c3a 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-29  Richard M. Stallman  <rms@gnu.org>
+
+       * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
+
 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-util.el (gnus-run-mode-hooks): New function.
index c5eddb9..90f1b28 100644 (file)
@@ -1016,6 +1016,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)