emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/text-mode.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/text-mode.el
Date: Fri, 08 Feb 2002 08:57:03 -0500

Index: emacs/lisp/textmodes/text-mode.el
diff -c emacs/lisp/textmodes/text-mode.el:1.37 
emacs/lisp/textmodes/text-mode.el:1.38
*** emacs/lisp/textmodes/text-mode.el:1.37      Wed Feb  6 09:57:57 2002
--- emacs/lisp/textmodes/text-mode.el   Fri Feb  8 08:57:03 2002
***************
*** 95,100 ****
--- 95,103 ----
        
  (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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]