Mercurial > emacs
changeset 32880:4092dea6659b
(cperl-mode): Set
normal-auto-fill-function correctly.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 25 Oct 2000 13:36:48 +0000 |
parents | e179a37546cc |
children | b8e6731f8f7b |
files | lisp/progmodes/cperl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cperl-mode.el Wed Oct 25 13:14:16 2000 +0000 +++ b/lisp/progmodes/cperl-mode.el Wed Oct 25 13:36:48 2000 +0000 @@ -1510,7 +1510,7 @@ '(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))