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

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

bug#23294: 25.0.92; modify-file-local-variable-prop-line adds extra "; "


From: Noam Postavsky
Subject: bug#23294: 25.0.92; modify-file-local-variable-prop-line adds extra "; "
Date: Tue, 05 Jun 2018 19:51:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

severity 23294 minor
found 23294 26.1
tags 23294 + confirmed easy
quit

Alexis <flexibeast@gmail.com> writes:

> Mohammed Sadik P. K. <sadiq@sadiqpk.org> writes:
>
>> For the function modify-file-local-variable-prop-line if run with
>> 'add-or-replace as the third argument, it should replace the current
>> values. It does, but along with replacing the values, it adds an
>> extra "; " at the beginning of the variable.
>
> Reproduced on 24.5 (Debian Jessie x86_64).

Right, looks like this expression in
modify-file-local-variable-prop-line should be modified to handle some
whitespace after the semicolon.

          (if (and (not (eq (char-before) ?\;))






reply via email to

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