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

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

bug#28566: 25.2; show-paren error


From: Live System User
Subject: bug#28566: 25.2; show-paren error
Date: Sat, 23 Sep 2017 07:46:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

[...]

>>    (if (not (null matching-text))
>>        (message matching-text))))
>
> The return value of blink-matching-open is not documented, so it could
> be anything.  I'd suggest to replace the last 2 lines with
>
>    (if (stringp matching-text)
>        (message "%s" matching-text))
>
> OK to close this bug report?

  Yes; and thank you for your sugestion !





reply via email to

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