# HG changeset patch # User Richard M. Stallman # Date 715374309 0 # Node ID eb89a883529c6e70964b73cbca370c9587c9f31e # Parent 9b788095582b3579bc3d44d0dcc9f55fdcb9efff entered into RCS diff -r 9b788095582b -r eb89a883529c lisp/textmodes/fill.el --- a/lisp/textmodes/fill.el Tue Sep 01 00:26:58 1992 +0000 +++ b/lisp/textmodes/fill.el Tue Sep 01 19:05:09 1992 +0000 @@ -241,7 +241,7 @@ 2 1)) (match-end 0))) (goto-char beg) - (while (re-search-forward "[.?!][])""']*\n" nil t) + (while (re-search-forward "[.?!][])\"']*\n" nil t) (forward-char -1) (insert ? )) (goto-char (point-max))