From 45a59a3df73a6fd552785e28a2ef6ef9f16dfc66 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 17 Jul 2024 17:47:18 +0200 Subject: [PATCH] Fix 'customize-group' minibuffer action --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 21e79202a0b..465cf375d75 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1226,7 +1226,7 @@ If OTHER-WINDOW is non-nil, display in another window." (interactive (list (customize-read-group))) (customize-group group t)) -(put 'customize-group 'minibuffer-action 'customize-group) +(put 'customize-group-other-window 'minibuffer-action 'customize-group) ;;;###autoload (defalias 'customize-variable 'customize-option) -- 2.39.5