emacs-devel
[Top][All Lists]
Advanced

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

Re: Compilation warnings in mouse.el


From: Stephen Berman
Subject: Re: Compilation warnings in mouse.el
Date: Mon, 11 Jul 2016 23:55:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

On Mon, 11 Jul 2016 17:23:47 +0300 Eli Zaretskii <address@hidden> wrote:

> Could you please fix these?
>
>   mouse.el:541:1:Warning: defcustom for 
> `mouse-select-region-move-to-beginning'
>       fails to specify containing group
>   mouse.el:541:1:Warning: defcustom for 
> `mouse-select-region-move-to-beginning'
>       fails to specify containing group

Sorry about that.  I saw that the other defcustoms in mouse.el have a
":group 'mouse" line and wrongly assumed this group was defined.  So
should I just add ":group 'mouse" to that defcustom or instead add a
defgroup to mouse.el and remove the existing ":group 'mouse" lines?

Steve Berman



reply via email to

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