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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/text-mode.el
Date: Tue, 04 Feb 2003 08:30:50 -0500

Index: emacs/lisp/textmodes/text-mode.el
diff -c emacs/lisp/textmodes/text-mode.el:1.41 
emacs/lisp/textmodes/text-mode.el:1.42
*** emacs/lisp/textmodes/text-mode.el:1.41      Mon Oct 21 17:04:50 2002
--- emacs/lisp/textmodes/text-mode.el   Tue Feb  4 08:30:45 2003
***************
*** 95,101 ****
         (concat "[ \t\n\f]\\|" paragraph-start))
    (set (make-local-variable 'indent-line-function) 'indent-to-left-margin)
    (run-hooks 'paragraph-indent-text-mode-hook))
!       
  (defalias 'indented-text-mode 'text-mode)
  
  ;; This can be made a no-op once all modes that use text-mode-hook
--- 95,101 ----
         (concat "[ \t\n\f]\\|" paragraph-start))
    (set (make-local-variable 'indent-line-function) 'indent-to-left-margin)
    (run-hooks 'paragraph-indent-text-mode-hook))
! 
  (defalias 'indented-text-mode 'text-mode)
  
  ;; This can be made a no-op once all modes that use text-mode-hook




reply via email to

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