Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c382a89a
Commit
c382a89a
authored
Sep 01, 1992
by
Richard M. Stallman
Browse files
entered into RCS
parent
2bba782c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/textmodes/fill.el
lisp/textmodes/fill.el
+1
-1
No files found.
lisp/textmodes/fill.el
View file @
c382a89a
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment