From 88c2fc2c6eb4f7626b16c8b27db1a04557461b31 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 26 Jan 1996 19:47:15 +0000 Subject: [PATCH] (forward-paragraph): Comment change. --- lisp/textmodes/paragraphs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 120a381b3dc..187bc9bf783 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -191,6 +191,7 @@ to which the end of the previous line belongs, or the end of the buffer." (goto-char (point-min))))) (setq arg (1+ arg))) (while (and (> arg 0) (not (eobp))) + ;; Move forward over separator lines, and one more line. (while (prog1 (and (not (eobp)) (progn (move-to-left-margin) (not (eobp))) (looking-at paragraph-separate)) -- 2.39.2