mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(customize-group-other-window): Fix previous change.
This commit is contained in:
parent
1d96c2ff76
commit
09da65202e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user