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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/text-mode.el
Date: Mon, 02 Sep 2002 21:59:51 -0400

Index: emacs/lisp/textmodes/text-mode.el
diff -c emacs/lisp/textmodes/text-mode.el:1.39 
emacs/lisp/textmodes/text-mode.el:1.40
*** emacs/lisp/textmodes/text-mode.el:1.39      Wed Feb 13 20:28:57 2002
--- emacs/lisp/textmodes/text-mode.el   Mon Sep  2 21:59:51 2002
***************
*** 67,74 ****
--- 67,77 ----
  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))
  
+ (defvar paragraph-indent-text-mode-abbrev-table text-mode-abbrev-table)
+ (defvar paragraph-indent-text-mode-syntax-table text-mode-syntax-table)
  (define-derived-mode paragraph-indent-text-mode text-mode "Parindent"
    "Major mode for editing text, with leading spaces starting a paragraph.
  In this mode, you do not need blank lines between paragraphs




reply via email to

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