bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24057: 25.1.50; ffap interprets comments beginning with "//" as file


From: npostavs
Subject: bug#24057: 25.1.50; ffap interprets comments beginning with "//" as file path
Date: Thu, 16 Mar 2017 22:13:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

npostavs@users.sourceforge.net writes:

>
>> +           ;; Check if END character is part of a comment.
>> +           (save-excursion
>> +             (goto-char end)
>> +             (nth 4 (syntax-ppss))))
>
> This could be just (nth 4 (syntax-ppss end)).

Sorry, that should be (save-excursion (nth 4 (syntax-ppss end)))





reply via email to

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