emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-27 03080b5: Remove extraneous closing paren


From: Simen Heggestøyl
Subject: Re: emacs-27 03080b5: Remove extraneous closing paren
Date: Tue, 05 Jan 2021 12:25:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
>> index 27ca544..7274086 100644
>> --- a/doc/lispref/modes.texi
>> +++ b/doc/lispref/modes.texi
>> @@ -4165,7 +4165,7 @@ Here is an example of an indentation function:
>>      (`(,_ . ",") (smie-rule-separator kind))
>>      (`(:after . ":=") sample-indent-basic)
>>      (`(:before . ,(or `"begin" `"(" `"@{")))
>> -     (if (smie-rule-hanging-p) (smie-rule-parent)))
>> +     (if (smie-rule-hanging-p) (smie-rule-parent))
>>      (`(:before . "if")
>>       (and (not (smie-rule-bolp)) (smie-rule-prev-p "else")
>>            (smie-rule-parent)))))
>
> Really?

No, it was supposed to be removed from the line before. Sorry about
that. Should be fixed now!

-- Simen



reply via email to

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