From: Richard M. Stallman Date: Fri, 26 Jan 1996 19:47:15 +0000 (+0000) Subject: (forward-paragraph): Comment change. X-Git-Tag: emacs-19.34~1482 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88c2fc2c6eb4f7626b16c8b27db1a04557461b31;p=emacs.git (forward-paragraph): Comment change. --- 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))