emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fortran-fill-paragraph fails


From: Stefan Monnier
Subject: Re: fortran-fill-paragraph fails
Date: Mon, 25 Dec 2006 18:00:07 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

> ***************
> *** 838,844 ****
>            (commark
>             (comment-string-strip (buffer-substring comstart comin) nil t))
>            (comment-re
> !           (if (string-match comment-start-skip (concat commark "a"))
>                 (concat "[ \t]*" (regexp-quote commark)
>                         ;; Make sure we only match comments that use
>                         ;; the exact same comment marker.
> --- 838,844 ----
>            (commark
>             (comment-string-strip (buffer-substring comstart comin) nil t))
>            (comment-re
> !           (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.

Please add a clear comment explaining the reason for this "\0".


        Stefan




reply via email to

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