diff options
| author | Richard M. Stallman | 1999-02-18 07:24:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-02-18 07:24:11 +0000 |
| commit | 7cbf1dc1d32e76e7177b407c11512c654a2bb00b (patch) | |
| tree | 7139ab50ab8e3d2143211920ac2c9715272fce23 | |
| parent | c8a3c7eb277385a63813a356216d05087eb77f1c (diff) | |
| download | emacs-7cbf1dc1d32e76e7177b407c11512c654a2bb00b.tar.gz emacs-7cbf1dc1d32e76e7177b407c11512c654a2bb00b.zip | |
(turn-on-auto-fill): Mark it as an option for `text-mode-hook'.
| -rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 38bea602eb5..18f8bc9a4b9 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3138,6 +3138,7 @@ for `auto-fill-function' when turning Auto Fill mode on." | |||
| 3138 | (defun turn-on-auto-fill () | 3138 | (defun turn-on-auto-fill () |
| 3139 | "Unconditionally turn on Auto Fill mode." | 3139 | "Unconditionally turn on Auto Fill mode." |
| 3140 | (auto-fill-mode 1)) | 3140 | (auto-fill-mode 1)) |
| 3141 | (custom-add-option 'text-mode-hook 'turn-on-auto-fill) | ||
| 3141 | 3142 | ||
| 3142 | (defun set-fill-column (arg) | 3143 | (defun set-fill-column (arg) |
| 3143 | "Set `fill-column' to specified argument. | 3144 | "Set `fill-column' to specified argument. |