1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

entered into RCS

This commit is contained in:
Richard M. Stallman 1992-09-01 19:05:09 +00:00
parent 2bba782ce5
commit c382a89aa5

View File

@ -241,7 +241,7 @@ Prefix arg (non-nil third arg, if called from program) means justify as well."
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))