bug-recutils
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] Font lock fixes and many small checkdoc fixes


From: Antoine Kalmbach
Subject: Re: [PATCH 1/3] Font lock fixes and many small checkdoc fixes
Date: Wed, 11 Nov 2020 12:21:36 +0200

"Jose E. Marchesi" <jemarch@gnu.org> writes:

>>  (defvar rec-mode-syntax-table
>>    (let ((st (make-syntax-table)))
>>      (modify-syntax-entry ?# "<" st)   ; Comment start
>>      (modify-syntax-entry ?\n ">" st)  ; Comment end
>> -    (modify-syntax-entry ?\" "w" st)  ;FIXME: really?  Why?
>> +    (modify-syntax-entry ?\" "w" st)  ;FpIXME: really?  Why?
>
> Spurious change.
> Otherwise LGTM.
>

Good catch.

-- 
Antoine Kalmbach



reply via email to

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