]> git.eshelyaron.com Git - emacs.git/commitdiff
(customize-group-other-window): Fix previous change.
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jun 1998 06:07:39 +0000 (06:07 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jun 1998 06:07:39 +0000 (06:07 +0000)
lisp/cus-edit.el

index ff4a001fcbda1bc3e4905544926e2b8419702328..20ce781158c710292b52d3cc01a3bba4e28ec7e7 100644 (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))