# HG changeset patch # User Richard M. Stallman # Date 919322651 0 # Node ID d00b069a7d171d2d94d083976b84655e8b439e45 # Parent 39caae99e25d4d68e436e0a926316891e78c2d37 (turn-on-auto-fill): Mark it as an option for `text-mode-hook'. diff -r 39caae99e25d -r d00b069a7d17 lisp/simple.el --- a/lisp/simple.el Thu Feb 18 05:40:34 1999 +0000 +++ b/lisp/simple.el Thu Feb 18 07:24:11 1999 +0000 @@ -3138,6 +3138,7 @@ (defun turn-on-auto-fill () "Unconditionally turn on Auto Fill mode." (auto-fill-mode 1)) +(custom-add-option 'text-mode-hook 'turn-on-auto-fill) (defun set-fill-column (arg) "Set `fill-column' to specified argument.