summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-cite.el
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2013-11-05 09:56:02 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2013-11-05 09:56:02 +0000
commit8cd214c46e3d1105d000a88269b46326913a9c5d (patch)
treed47a8a1ab1b1ae1661e6df46f5edb2f92e46b310 /lisp/gnus/gnus-cite.el
parentd35f31a42d58d88197ad6c44d4238761309da387 (diff)
downloademacs-8cd214c46e3d1105d000a88269b46326913a9c5d.tar.gz
lisp/gnus/gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays
Diffstat (limited to 'lisp/gnus/gnus-cite.el')
-rw-r--r--lisp/gnus/gnus-cite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el
index 22e97cd8f4f..0ea7e2e3f7d 100644
--- a/lisp/gnus/gnus-cite.el
+++ b/lisp/gnus/gnus-cite.el
@@ -1096,7 +1096,7 @@ See also the documentation for `gnus-article-highlight-citation'."
(skip-chars-backward " \t")
(setq to (point))
(when (< from to)
- (push (setq overlay (gnus-make-overlay from to))
+ (push (setq overlay (gnus-make-overlay from to nil t))
gnus-cite-overlay-list)
(gnus-overlay-put overlay 'evaporate t)
(gnus-overlay-put overlay 'face face))))))