# HG changeset patch # User Stefan Monnier # Date 977109594 0 # Node ID 858c5f92cae64045d6d30e70b01b0c687fadeff3 # Parent 2de0e8b2f16f5714bf48cd3a6bf71bf1704d6802 Typo. diff -r 2de0e8b2f16f -r 858c5f92cae6 lisp/textmodes/paragraphs.el --- a/lisp/textmodes/paragraphs.el Mon Dec 18 03:17:46 2000 +0000 +++ b/lisp/textmodes/paragraphs.el Mon Dec 18 03:19:54 2000 +0000 @@ -106,7 +106,7 @@ The variable `paragraph-separate' specifies how to distinguish lines that start paragraphs from lines that separate them. -If the variable `use-hard-newlines' is nonnil, then only lines following a +If the variable `use-hard-newlines' is non-nil, then only lines following a hard newline are considered to match." :group 'paragraphs :type 'regexp) @@ -200,7 +200,7 @@ (while (and (not (bobp)) (progn (move-to-left-margin) (looking-at paragraph-separate))) - (forward-line -1)) + (forward-line -1)) (if (bobp) nil ;; Go to end of the previous (non-separating) line. @@ -213,8 +213,8 @@ (progn (move-to-left-margin) (not (looking-at paragraph-separate))) (looking-at fill-prefix-regexp)) - (if (not (= (point) start)) - (setq multiple-lines t)) + (unless (= (point) start) + (setq multiple-lines t)) (forward-line -1)) (move-to-left-margin) ;;; This deleted code caused a long hanging-indent line