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/paragraphs.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/paragraphs.el
Date: Fri, 04 Apr 2003 01:23:07 -0500

Index: emacs/lisp/textmodes/paragraphs.el
diff -c emacs/lisp/textmodes/paragraphs.el:1.64 
emacs/lisp/textmodes/paragraphs.el:1.65
*** emacs/lisp/textmodes/paragraphs.el:1.64     Tue Feb  4 08:30:45 2003
--- emacs/lisp/textmodes/paragraphs.el  Sun Feb 23 23:50:59 2003
***************
*** 137,143 ****
     ;; This is a bit stupid since it's not auto-updated when the
     ;; other variables are changes, but it's still useful info.
     (concat (if sentence-end-without-period "\\w  \\|")
!          "[.?!][]\"')}]*"
           (if sentence-end-double-space
               "\\($\\| $\\|\t\\|  \\)" "\\($\\|[\t ]\\)")
           "[ \t\n]*"))
--- 137,143 ----
     ;; This is a bit stupid since it's not auto-updated when the
     ;; other variables are changes, but it's still useful info.
     (concat (if sentence-end-without-period "\\w  \\|")
!          "[.?!$B!#!%!)!*$A!##.#?#!$(0!$!%!)!*$(G!$!%!)!*(B][]\"')}]*"
           (if sentence-end-double-space
               "\\($\\| $\\|\t\\|  \\)" "\\($\\|[\t ]\\)")
           "[ \t\n]*"))
***************
*** 456,460 ****
--- 456,464 ----
    "Interchange this (next) and previous sentence."
    (interactive "*p")
    (transpose-subr 'forward-sentence arg))
+ 
+ ;;; Local Variables:
+ ;;; coding: iso-2022-7bit
+ ;;; End:
  
  ;;; paragraphs.el ends here




reply via email to

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