* lisp/textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
[bpt/emacs.git] / lisp / textmodes / fill.el
index 5b6d5f3..119b4b0 100644 (file)
@@ -220,7 +220,7 @@ Remove indentation from each line."
   (let ((str (or
               (and adaptive-fill-function (funcall adaptive-fill-function))
               (and adaptive-fill-regexp (looking-at adaptive-fill-regexp)
-                   (match-string-no-properties 0)))))
+                   (match-string 0)))))
     (if (>= (+ (current-left-margin) (length str)) (current-fill-column))
         ;; Death to insanely long prefixes.
         nil