summaryrefslogtreecommitdiff
path: root/lisp/textmodes/text-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-02-08 13:57:03 +0000
committerRichard M. Stallman <rms@gnu.org>2002-02-08 13:57:03 +0000
commitdef08a3f3cef1362be2a89c2977e2a52a4dea9e5 (patch)
treec42255c604aedf3fa4de5a5232edc2d890097b4c /lisp/textmodes/text-mode.el
parent59fe0cee1425093d96bce336ce9fa16f6a57d813 (diff)
downloademacs-def08a3f3cef1362be2a89c2977e2a52a4dea9e5.tar.gz
(text-mode-hook-identify): Define as no-op.
Diffstat (limited to 'lisp/textmodes/text-mode.el')
-rw-r--r--lisp/textmodes/text-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el
index 90018b067da..2fe9efecdbd 100644
--- a/lisp/textmodes/text-mode.el
+++ b/lisp/textmodes/text-mode.el
@@ -95,6 +95,9 @@ Turning on Paragraph-Indent minor mode runs the normal hook
(defalias 'indented-text-mode 'text-mode)
+;; No-op, defined because some user customizations use it.
+(defun text-mode-hook-identify () nil)
+
(defun toggle-text-mode-auto-fill ()
"Toggle whether to use Auto Fill in Text mode and related modes.
This command affects all buffers that use modes related to Text mode,