GNU bug report logs - #66456
30.0.50; erc-server-prevent-duplicates uses list instead of repeat

Previous Next

Package: emacs;

Reported by: Mauro Aranda <maurooaranda <at> gmail.com>

Date: Tue, 10 Oct 2023 23:21:02 UTC

Severity: normal

Tags: patch

Found in version 30.0.50

Done: "J.P." <jp <at> neverwas.me>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mauro Aranda <maurooaranda <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; erc-server-prevent-duplicates uses list instead of repeat
Date: Tue, 10 Oct 2023 20:19:25 -0300
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)





This bug report was last modified 1 year and 220 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.