1
0
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:
Karl Heuer 1998-06-04 06:07:39 +00:00
parent 1d96c2ff76
commit 09da65202e

View File

@ -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))