]> git.eshelyaron.com Git - emacs.git/commit
(define-minor-mode): Don't compute a default :group (bug#41145)
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Sep 2020 17:29:59 +0000 (13:29 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Sep 2020 17:30:20 +0000 (13:30 -0400)
commit6e7736ac5f42e2f1b17aacdfb2a60d8bb951d038
tree8d6086bd706f2c0cae44c3668c6167fc0a64bfea
parent9de9976de003b94d7496a55d4d643ac31514d520
(define-minor-mode): Don't compute a default :group (bug#41145)

* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Rely on the
`defcustom`s own defaulting for the :group.

* lisp/display-fill-column-indicator.el
(global-display-fill-column-indicator-mode): Remove now redundant :group.

* lisp/cus-dep.el (custom--get-def): New function.
(custom-make-dependencies): Use it.
lisp/cus-dep.el
lisp/display-fill-column-indicator.el
lisp/emacs-lisp/easy-mmode.el