From 802e06d7673fe415cde64dd49a1839cc01e52376 Mon Sep 17 00:00:00 2001 From: keiichi Date: Fri, 10 Jul 1998 00:22:11 +0000 Subject: [PATCH] Abolish my last bogus change. --- lisp/gnus-cite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el index 2568195..5dd0f89 100644 --- a/lisp/gnus-cite.el +++ b/lisp/gnus-cite.el @@ -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) -- 1.7.10.4