Fix invalid defcustom :group when :predicate is used
* lisp/emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Fix invalid `:group' argument for the `-modes' defcustom that is created when `:predicate' is used (bug#56049).
This commit is contained in:
parent
024bbcb35e
commit
422f958030
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ and nil means \"don't use\". There's an implicit nil at the end of the
|
|||
list."
|
||||
mode)
|
||||
:type '(repeat sexp)
|
||||
:group ,group))
|
||||
,@group))
|
||||
|
||||
;; Autoloading define-globalized-minor-mode autoloads everything
|
||||
;; up-to-here.
|
||||
|
|
Loading…
Add table
Reference in a new issue