]> git.eshelyaron.com Git - emacs.git/commitdiff
(adaptive-fill-regexp): Skip #'s and ;'s.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Mar 1995 06:26:39 +0000 (06:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Mar 1995 06:26:39 +0000 (06:26 +0000)
lisp/textmodes/fill.el

index 0e9f62feb3bee53ac523272ead16f3e3d8c0c2ac..40ea5a706bd51a5f0749c6efc7f0f58908f7fe8a 100644 (file)
@@ -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