normal-auto-fill-function correctly.
2000-10-25 Dave Love <fx@gnu.org>
+ * progmodes/cperl-mode.el (cperl-mode): Set
+ normal-auto-fill-function correctly.
+
* wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
inherit from global-map and don't nullify menu-bar and tool-bar
bindings since keymap properties DTRT.
'(t)))))
(make-local-variable 'cperl-old-style)
(set (make-local-variable 'normal-auto-fill-function)
- #'cperl-old-auto-fill-mode)
+ #'cperl-do-auto-fill)
(if (cperl-enable-font-lock)
(if (cperl-val 'cperl-font-lock)
(progn (or cperl-faces-init (cperl-init-faces))