From 09da65202e1f8c37ed3baf2780e89fd4c5fb277a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 4 Jun 1998 06:07:39 +0000 Subject: [PATCH] (customize-group-other-window): Fix previous change. --- 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 ff4a001fcbd..20ce781158c 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -853,7 +853,7 @@ are shown; the contents of those subgroups are initially hidden." (custom-unlispify-tag-name group)))) (if (get-buffer name) (let ((window (selected-window))) - (pop-to-buffer-other-window name) + (pop-to-buffer name) (select-window window)) (custom-buffer-create-other-window (list (list group 'custom-group)) -- 2.39.2