/[emacs]/emacs/lisp/textmodes/text-mode.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/text-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by eliz, Sun Sep 28 08:48:23 2003 UTC revision 1.45 by rms, Fri Dec 31 14:58:41 2004 UTC
# Line 68  You can thus get the full benefit of ada Line 68  You can thus get the full benefit of ada
68  Turning on Text mode runs the normal hook `text-mode-hook'."  Turning on Text mode runs the normal hook `text-mode-hook'."
69    (make-local-variable 'text-mode-variant)    (make-local-variable 'text-mode-variant)
70    (setq text-mode-variant t)    (setq text-mode-variant t)
71    (set (make-local-variable 'require-final-newline) t)    (set (make-local-variable 'require-final-newline)
72           mode-require-final-newline)
73    (set (make-local-variable 'indent-line-function) 'indent-relative))    (set (make-local-variable 'indent-line-function) 'indent-relative))
74    
75  (define-derived-mode paragraph-indent-text-mode text-mode "Parindent"  (define-derived-mode paragraph-indent-text-mode text-mode "Parindent"

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26