changeset 38910:f56c0eb18cac

(adaptive-fill-regexp): Admit tabs as well.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 22 Aug 2001 22:20:06 +0000
parents 7c9e19f2d536
children 99a7b10f0164
files lisp/textmodes/fill.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/fill.el	Wed Aug 22 18:30:36 2001 +0000
+++ b/lisp/textmodes/fill.el	Wed Aug 22 22:20:06 2001 +0000
@@ -92,7 +92,7 @@
   :group 'fill)
 
 (defcustom adaptive-fill-regexp
-  (purecopy "[ \t]*\\([-|#;>*]+ *\\|(?[0-9]+[.)] *\\)*")
+  (purecopy "[ \t]*\\([-|#;>*]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*")
   "*Regexp to match text at start of line that constitutes indentation.
 If Adaptive Fill mode is enabled, a prefix matching this pattern
 on the first and second lines of a paragraph is used as the