GNU bug report logs -
#58292
[Patch] [GNU ELPA] rcirc-color: Fix bad minor mode definition
Previous Next
Reported by: Thuna <thuna.cing <at> gmail.com>
Date: Tue, 4 Oct 2022 17:39:02 UTC
Severity: normal
Tags: patch
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Thuna <thuna.cing <at> gmail.com> writes:
> Currently, `define-minor-mode' signals an error upon evaluation.
> Looking into it, it seems that is because there are not keyword
> arguments given to it, which causes a problem according the docstring of
> `define-minor-mode':
>> If you provide BODY, then you must provide at least one keyword
>> argument (e.g. ‘:lighter nil‘).
>
> This patch should fix the issue.
Looks like this was fixed earlier today by:
commit c206181d57c235b0a5f788b974d98e9cf1f7c4ec
Author: Philip Kaludercic <philipk <at> posteo.net>
AuthorDate: Mon Oct 3 15:15:18 2022 +0200
Commit: Philip Kaludercic <philipk <at> posteo.net>
CommitDate: Tue Oct 4 20:01:44 2022 +0200
* rcirc-color.el (rcirc-color-mode): Add :global t
Without at least one keyword argument, the body in interpreted as the
an expression setting the initial value of the `rcirc-color-mode' via
the legacy syntax from Emacs 21.
This bug report was last modified 2 years and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.