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
25a8d958
Commit
25a8d958
authored
Mar 13, 1995
by
Richard M. Stallman
Browse files
(adaptive-fill-regexp): Skip # or ;.
Allow more than one of them (or *'s or >'s).
parent
845681f6
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 @
25a8d958
...
...
@@ -57,7 +57,7 @@ reinserts the fill prefix in each resulting line."
(
defconst
adaptive-fill-mode
t
"*Non-nil means determine a paragraph's fill prefix from its text."
)
(
defconst
adaptive-fill-regexp
"[ \t]*\\([#;>*] +\\)?"
(
defconst
adaptive-fill-regexp
"[ \t]*\\([#;>*]
+
+\\)?"
"*Regexp to match text at start of line that constitutes indentation.
If Adaptive Fill mode is enabled, whatever text matches this pattern
on the second line of a paragraph is used as the standard indentation
...
...
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