]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix 'customize-group' minibuffer action
authorEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 15:47:18 +0000 (17:47 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 15:47:18 +0000 (17:47 +0200)
lisp/cus-edit.el

index 21e79202a0b65f5f1be743c9a00aac67b4163c34..465cf375d7587953508c9d4e60a165912f19ce71 100644 (file)
@@ -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)