aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-02-08 13:57:03 +0000
committerRichard M. Stallman2002-02-08 13:57:03 +0000
commitdef08a3f3cef1362be2a89c2977e2a52a4dea9e5 (patch)
treec42255c604aedf3fa4de5a5232edc2d890097b4c
parent59fe0cee1425093d96bce336ce9fa16f6a57d813 (diff)
downloademacs-def08a3f3cef1362be2a89c2977e2a52a4dea9e5.tar.gz
emacs-def08a3f3cef1362be2a89c2977e2a52a4dea9e5.zip
(text-mode-hook-identify): Define as no-op.
-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
95 95
96(defalias 'indented-text-mode 'text-mode) 96(defalias 'indented-text-mode 'text-mode)
97 97
98;; No-op, defined because some user customizations use it.
99(defun text-mode-hook-identify () nil)
100
98(defun toggle-text-mode-auto-fill () 101(defun toggle-text-mode-auto-fill ()
99 "Toggle whether to use Auto Fill in Text mode and related modes. 102 "Toggle whether to use Auto Fill in Text mode and related modes.
100This command affects all buffers that use modes related to Text mode, 103This command affects all buffers that use modes related to Text mode,