(gnus-point-at-bol, gnus-point-at-eol): Remove.
[gnus] / lisp / gnus-cache.el
index d8bdd35..5f2195f 100644 (file)
@@ -524,7 +524,7 @@ Returns the list of articles removed."
       (set-buffer cache-buf)
       (if (search-forward (concat "\n" (int-to-string (car cached)) "\t")
                          nil t)
-         (setq beg (gnus-point-at-bol)
+         (setq beg (point-at-bol)
                end (progn (end-of-line) (point)))
        (setq beg nil))
       (set-buffer nntp-server-buffer)