diff lisp/gnus/gnus-score.el @ 18:d95e72db5c07 r19-15b92

Import from CVS: tag r19-15b92
author cvs
date Mon, 13 Aug 2007 08:49:43 +0200
parents 0293115a14e9
children 8fc7fe29b841
line wrap: on
line diff
--- a/lisp/gnus/gnus-score.el	Mon Aug 13 08:49:21 2007 +0200
+++ b/lisp/gnus/gnus-score.el	Mon Aug 13 08:49:43 2007 +0200
@@ -1871,7 +1871,7 @@
 			(funcall search-func match nil t))
 	      ;; Is it really exact?
 	      (and (eolp)
-		   (= (point-at-bol) (match-beginning 0))
+		   (= (gnus-point-at-bol) (match-beginning 0))
 		   ;; Yup.
 		   (progn
 		     (setq found (setq arts (get-text-property 
@@ -1942,7 +1942,7 @@
 	  (goto-char (point-min))
 	  (while (and (not (eobp))
 		      (search-forward match nil t))
-	    (when (and (= (point-at-bol) (match-beginning 0))
+	    (when (and (= (gnus-point-at-bol) (match-beginning 0))
 		       (eolp))
 	      (setq found (setq arts (get-text-property (point) 'articles)))
 	      (if trace
@@ -2026,7 +2026,7 @@
 		   hashtb))
 	    (gnus-sethash
 	     word
-	     (append (get-text-property (point-at-eol) 'articles) val)
+	     (append (get-text-property (gnus-point-at-eol) 'articles) val)
 	     hashtb)))
       (set-syntax-table syntab))
     ;; Make all the ignorable words ignored.