emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r116779: Restore compatibility with legacy comme


From: Stefan
Subject: Re: [Emacs-diffs] trunk r116779: Restore compatibility with legacy comment-start-skip values
Date: Mon, 17 Mar 2014 11:50:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +                      ;; Some older modes use regexps that check the
> +                      ;; char before the comment for quoting.  (Bug#16971)
> +                      (save-excursion
> +                        (forward-char -1)
> +                        (looking-at comment-start-skip)))

This needs to additionally check that (match-end 1) points to what we
thought was the comment start.


        Stefan



reply via email to

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