*** empty log message ***
[gnus] / lisp / gnus-cite.el
index 56cadf8..6fc77f2 100644 (file)
@@ -241,7 +241,7 @@ See also the documentation for `gnus-article-highlight-citation'."
     (set-buffer gnus-article-buffer)
     (gnus-cite-parse-maybe force)
     (goto-char (point-min))
-    (search-forward "\n\n")
+    (search-forward "\n\n" nil t)
     (let ((start (point))
          (atts gnus-cite-attribution-alist)
          (buffer-read-only nil)
@@ -370,7 +370,7 @@ See also the documentation for `gnus-article-highlight-citation'."
 
   ;; Parse current buffer searching for attribution lines.
   (goto-char (point-min))
-  (search-forward "\n\n")
+  (search-forward "\n\n" nil t)
   (while (re-search-forward gnus-cite-attribution-suffix (point-max) t)
     (let* ((start (match-beginning 0))
           (end (match-end 0))