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, 31 Dec 2004 10:37:18 -0500

Index: emacs/lisp/textmodes/text-mode.el
diff -c emacs/lisp/textmodes/text-mode.el:1.44 
emacs/lisp/textmodes/text-mode.el:1.45
*** emacs/lisp/textmodes/text-mode.el:1.44      Sun Sep 28 08:48:23 2003
--- emacs/lisp/textmodes/text-mode.el   Fri Dec 31 14:58:41 2004
***************
*** 68,74 ****
  Turning on Text mode runs the normal hook `text-mode-hook'."
    (make-local-variable 'text-mode-variant)
    (setq text-mode-variant t)
!   (set (make-local-variable 'require-final-newline) t)
    (set (make-local-variable 'indent-line-function) 'indent-relative))
  
  (define-derived-mode paragraph-indent-text-mode text-mode "Parindent"
--- 68,75 ----
  Turning on Text mode runs the normal hook `text-mode-hook'."
    (make-local-variable 'text-mode-variant)
    (setq text-mode-variant t)
!   (set (make-local-variable 'require-final-newline)
!        mode-require-final-newline)
    (set (make-local-variable 'indent-line-function) 'indent-relative))
  
  (define-derived-mode paragraph-indent-text-mode text-mode "Parindent"




reply via email to

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