]> git.eshelyaron.com Git - emacs.git/commitdiff
(text-mode-hook-identify): Define as no-op.
authorRichard M. Stallman <rms@gnu.org>
Fri, 8 Feb 2002 13:57:03 +0000 (13:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 8 Feb 2002 13:57:03 +0000 (13:57 +0000)
lisp/textmodes/text-mode.el

index 90018b067da4e69dd571795389e136726edf0b6e..2fe9efecdbdc34164b483bc1ed0ab68441284b5c 100644 (file)
@@ -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,