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

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

bug#58292: [Patch] [GNU ELPA] rcirc-color: Fix bad minor mode definition


From: Thuna
Subject: bug#58292: [Patch] [GNU ELPA] rcirc-color: Fix bad minor mode definition
Date: Tue, 04 Oct 2022 19:38:39 +0200

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.

Attachment: 0001-Fix-bad-minor-mode-definition.patch
Description: The patch


reply via email to

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