changeset 10989:f4693d66f90c

(adaptive-fill-regexp): Skip # or ;. Allow more than one of them (or *'s or >'s).
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Mar 1995 06:31:48 +0000
parents d8acd5b8cf63
children c0ceaa45ded7
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 06:26:39 1995 +0000
+++ b/lisp/textmodes/fill.el	Mon Mar 13 06:31:48 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