[gnus git] branch master updated: m0-7-242-gd6e393a =1= gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via d6e393a825fd2879a2b06de555424acc401d7751 (commit)
from fbbd3554892a5484919ed99e5506d73a1e285b40 (commit)
- Log -----------------------------------------------------------------
commit d6e393a825fd2879a2b06de555424acc401d7751
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Nov 5 09:55:12 2013 +0000
gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d8109ec..ef841d3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-05 Katsumi Yamaoka <[email protected]>
+
+ * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
+
2013-10-30 Glenn Morris <[email protected]>
* gnus-group.el (gnus-group-browse-foreign-server):
diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el
index 22e97cd..0ea7e2e 100644
--- a/lisp/gnus-cite.el
+++ b/lisp/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))))))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus-cite.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project