Abolish my last bogus change.
authorkeiichi <keiichi>
Fri, 10 Jul 1998 00:22:11 +0000 (00:22 +0000)
committerkeiichi <keiichi>
Fri, 10 Jul 1998 00:22:11 +0000 (00:22 +0000)
lisp/gnus-cite.el

index 2568195..5dd0f89 100644 (file)
@@ -869,7 +869,7 @@ See also the documentation for `gnus-article-highlight-citation'."
          from to overlay)
       (goto-line number)
       (unless (eobp)                   ; Sometimes things become confused.
-       (goto-char (+ (point) (length prefix)))
+       (forward-char (length prefix))
        (skip-chars-forward " \t")
        (setq from (point))
        (end-of-line 1)