Mercurial > emacs
changeset 10988:d8acd5b8cf63
(adaptive-fill-regexp): Skip #'s and ;'s.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Mar 1995 06:26:39 +0000 |
parents | 1c47aad4c1c7 |
children | f4693d66f90c |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/fill.el Mon Mar 13 05:29:11 1995 +0000 +++ b/lisp/textmodes/fill.el Mon Mar 13 06:26:39 1995 +0000 @@ -57,7 +57,7 @@ (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