el/dot-emacs.el (mdw-fontify-perl): Use the standard autofill function.
[profile] / el / dot-emacs.el
index 542a6cb..a323e03 100644 (file)
@@ -3447,6 +3447,7 @@ name, as a symbol."
   (modify-syntax-entry ?$ "\\" font-lock-syntax-table)
   (modify-syntax-entry ?: "." font-lock-syntax-table)
   (mdw-standard-fill-prefix "\\([ \t]*#+[ \t]*\\)")
+  (setq auto-fill-function #'do-auto-fill)
 
   ;; Now define fontification things.
   (make-local-variable 'font-lock-keywords)