]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-cite.el
Support Chinese diary entries in calendar and diary
[gnu-emacs] / lisp / gnus / gnus-cite.el
index 22e97cd8f4fab623ea6542ad5edac5f3fb72f5a3..db6a0f63e38b9442f2d5f12f75b7443c3edbb2c7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-cite.el --- parse citations in articles for Gnus
 
-;; Copyright (C) 1995-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2014 Free Software Foundation, Inc.
 
 ;; Author: Per Abhiddenware
 
@@ -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))))))