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/fill.el, v [EMACS_22_BASE]


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el, v [EMACS_22_BASE]
Date: Wed, 26 Dec 2007 18:12:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Martin Rudalics <m061211>       07/12/26 18:12:37

Index: fill.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/fill.el,v
retrieving revision 1.202.2.5
retrieving revision 1.202.2.6
diff -u -b -r1.202.2.5 -r1.202.2.6
--- fill.el     26 Dec 2007 09:07:46 -0000      1.202.2.5
+++ fill.el     26 Dec 2007 18:12:37 -0000      1.202.2.6
@@ -316,12 +316,12 @@
 mark such as `?' or `:'.  It is common in French writing to put a space
 at such places, which would normally allow breaking the line at those
 places."
-  (or (looking-at "[ \t]*[])},A;;(B?!;:-]")
+  (or (looking-at "[ \t]*[])},A;,b;(B?!;:-]")
       (save-excursion
        (skip-chars-backward " \t")
        (unless (bolp)
          (backward-char 1)
-         (or (looking-at "[([{,A++(B]")
+         (or (looking-at "[([{,A+,b+(B]")
              ;; Don't cut right after a single-letter word.
              (and (memq (preceding-char) '(?\t ?\s))
                   (eq (char-syntax (following-char)) ?w)))))))




reply via email to

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