diff lisp/textmodes/text-mode.el @ 43190:dde60cf0dc4a

(text-mode-hook-identify): Define as no-op.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Feb 2002 13:57:03 +0000
parents 2630388260f5
children 431e14e1690f
line wrap: on
line diff
--- a/lisp/textmodes/text-mode.el	Fri Feb 08 13:03:27 2002 +0000
+++ b/lisp/textmodes/text-mode.el	Fri Feb 08 13:57:03 2002 +0000
@@ -95,6 +95,9 @@
       
 (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,