# HG changeset patch # User Gerd Moellmann # Date 961525499 0 # Node ID fa2c8534a53ad807a66058537399f43aa02e6ece # Parent e4668ff0692c57853e238e691de0465ddf128f10 (turn-off-auto-fill): New function. diff -r e4668ff0692c -r fa2c8534a53a lisp/simple.el --- a/lisp/simple.el Tue Jun 20 18:24:35 2000 +0000 +++ b/lisp/simple.el Tue Jun 20 18:24:59 2000 +0000 @@ -2868,6 +2868,11 @@ (defun turn-on-auto-fill () "Unconditionally turn on Auto Fill mode." (auto-fill-mode 1)) + +(defun turn-off-auto-fill () + "Unconditionally turn off Auto Fill mode." + (auto-fill-mode -1)) + (custom-add-option 'text-mode-hook 'turn-on-auto-fill) (defun set-fill-column (arg)