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


From: Michaël Cadilhac
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/fill.el,v
Date: Sun, 24 Dec 2006 20:20:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michaël Cadilhac <cadilhac>    06/12/24 20:20:27

Index: fill.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/textmodes/fill.el,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -b -r1.192 -r1.193
--- fill.el     6 Nov 2006 16:01:53 -0000       1.192
+++ fill.el     24 Dec 2006 20:20:26 -0000      1.193
@@ -838,7 +838,7 @@
             (commark
              (comment-string-strip (buffer-substring comstart comin) nil t))
             (comment-re
-             (if (string-match comment-start-skip (concat commark "a"))
+             (if (string-match comment-start-skip (concat "\0" commark "a"))
                  (concat "[ \t]*" (regexp-quote commark)
                          ;; Make sure we only match comments that use
                          ;; the exact same comment marker.




reply via email to

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