Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d5a92c06
Commit
d5a92c06
authored
Jun 24, 1992
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
4c2232bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/textmodes/fill.el
lisp/textmodes/fill.el
+4
-4
No files found.
lisp/textmodes/fill.el
View file @
d5a92c06
...
...
@@ -71,10 +71,10 @@ From program, pass args FROM, TO and JUSTIFY-FLAG."
(
if
(
eolp
)
(
forward-line
1
))
;; If paragraph has only one line, don't assume
;; that additional lines would have the same starting
;; decoration.
Instead, assume they would have white space
;; reaching to the same column.
(
re-search-forward
adaptive-
fill-re
gexp
)
(
setq
fill-prefix
(
make-string
(
current-column
)
?\
))
)))
;; decoration.
Assume no indentation.
;;
(re-search-forward adaptive-fill-regexp)
;;
(
setq
fill-
p
re
fix (make-string (current-column) ?\ )
)
)))
(
save-restriction
(
narrow-to-region
from
to
)
...
...
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