1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Merge from origin/emacs-28

422f958030 Fix invalid defcustom :group when :predicate is used
This commit is contained in:
Stefan Kangas 2022-06-19 06:30:29 +02:00
commit 6d0148c541

View file

@ -576,7 +576,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.