From: Karl Heuer Date: Thu, 4 Jun 1998 06:07:39 +0000 (+0000) Subject: (customize-group-other-window): Fix previous change. X-Git-Tag: emacs-20.3~730 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09da65202e1f8c37ed3baf2780e89fd4c5fb277a;p=emacs.git (customize-group-other-window): Fix previous change. --- 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))