Mercurial > emacs
changeset 1067:eb89a883529c
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Sep 1992 19:05:09 +0000 |
parents | 9b788095582b |
children | 2fee5d1fe47e |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))