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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/paragraphs.el [lexbind]
Date: Tue, 06 Jul 2004 07:05:35 -0400

Index: emacs/lisp/textmodes/paragraphs.el
diff -c emacs/lisp/textmodes/paragraphs.el:1.60.4.6 
emacs/lisp/textmodes/paragraphs.el:1.60.4.7
*** emacs/lisp/textmodes/paragraphs.el:1.60.4.6 Tue Jul  6 09:23:48 2004
--- emacs/lisp/textmodes/paragraphs.el  Tue Jul  6 10:10:50 2004
***************
*** 171,177 ****
  parenthesis.  See Info node `Sentences'."
    (or sentence-end
        (concat (if sentence-end-without-period "\\w  \\|")
!               "\\([.?!][]\"'\xd0c9)}]*"
                (if sentence-end-double-space
                    "\\($\\| $\\|\t\\|  \\)" "\\($\\|[\t ]\\)")
                "\\|[" sentence-end-without-space "]+\\)"
--- 171,177 ----
  parenthesis.  See Info node `Sentences'."
    (or sentence-end
        (concat (if sentence-end-without-period "\\w  \\|")
!               "\\([.?!][]\"'\xd0c9\x5397d)}]*"
                (if sentence-end-double-space
                    "\\($\\| $\\|\t\\|  \\)" "\\($\\|[\t ]\\)")
                "\\|[" sentence-end-without-space "]+\\)"




reply via email to

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