aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-17 21:47:30 +0000
committerRichard M. Stallman1997-06-17 21:47:30 +0000
commit44a0dbd7cdc8e446b366c58117b403d1a502fece (patch)
treef20bfa44a313c3647ed35bb9f9f2575ed2849809
parentb5263b80d3e3eed205d0268b8dd13520ab6619a2 (diff)
downloademacs-44a0dbd7cdc8e446b366c58117b403d1a502fece.tar.gz
emacs-44a0dbd7cdc8e446b366c58117b403d1a502fece.zip
Fix previous change.
-rw-r--r--lisp/textmodes/fill.el2
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)