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

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

bug#66456: 30.0.50; erc-server-prevent-duplicates uses list instead of r


From: Mauro Aranda
Subject: bug#66456: 30.0.50; erc-server-prevent-duplicates uses list instead of repeat
Date: Tue, 10 Oct 2023 20:19:25 -0300
User-agent: Mozilla Thunderbird

The docstring of erc-server-prevent-duplicates says it can be either nil
or a list of strings (multiple strings).  So it looks like
:type '(choice (const nil) (list string))
is not right.

It should be:
:type '(repeat string)






reply via email to

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