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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/text-mode.el [lexbind]
Date: Tue, 14 Oct 2003 19:30:39 -0400

Index: emacs/lisp/textmodes/text-mode.el
diff -c emacs/lisp/textmodes/text-mode.el:1.39.4.1 
emacs/lisp/textmodes/text-mode.el:1.39.4.2
*** emacs/lisp/textmodes/text-mode.el:1.39.4.1  Fri Apr  4 01:20:40 2003
--- emacs/lisp/textmodes/text-mode.el   Tue Oct 14 19:30:22 2003
***************
*** 87,93 ****
    "Minor mode for editing text, with leading spaces starting a paragraph.
  In this mode, you do not need blank lines between paragraphs when the
  first line of the following paragraph starts with whitespace, as with
! `paragraph-indent-mode'.
  Turning on Paragraph-Indent minor mode runs the normal hook
  `paragraph-indent-text-mode-hook'."
    (interactive)
--- 87,93 ----
    "Minor mode for editing text, with leading spaces starting a paragraph.
  In this mode, you do not need blank lines between paragraphs when the
  first line of the following paragraph starts with whitespace, as with
! `paragraph-indent-text-mode'.
  Turning on Paragraph-Indent minor mode runs the normal hook
  `paragraph-indent-text-mode-hook'."
    (interactive)
***************
*** 178,181 ****
--- 178,182 ----
           (setq nlines (1+ nlines))
           (forward-line -1)))))
  
+ ;;; arch-tag: a07ccaad-da13-4d7b-9c61-cd04f5926aab
  ;;; text-mode.el ends here




reply via email to

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