diff options
| -rw-r--r-- | lisp/textmodes/fill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index a769bd33616..94182483066 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -236,7 +236,7 @@ act as a paragraph-separator." | |||
| 236 | ;; of a paragraph when text follows it. | 236 | ;; of a paragraph when text follows it. |
| 237 | (if (not (eq 0 (string-match paragraph-start | 237 | (if (not (eq 0 (string-match paragraph-start |
| 238 | (concat result "a")))) | 238 | (concat result "a")))) |
| 239 | result)))))))) | 239 | result))))))) |
| 240 | 240 | ||
| 241 | (defun fill-region-as-paragraph (from to &optional justify | 241 | (defun fill-region-as-paragraph (from to &optional justify |
| 242 | nosqueeze squeeze-after) | 242 | nosqueeze squeeze-after) |