diff options
| -rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 853 | (custom-unlispify-tag-name group)))) | 853 | (custom-unlispify-tag-name group)))) |
| 854 | (if (get-buffer name) | 854 | (if (get-buffer name) |
| 855 | (let ((window (selected-window))) | 855 | (let ((window (selected-window))) |
| 856 | (pop-to-buffer-other-window name) | 856 | (pop-to-buffer name) |
| 857 | (select-window window)) | 857 | (select-window window)) |
| 858 | (custom-buffer-create-other-window | 858 | (custom-buffer-create-other-window |
| 859 | (list (list group 'custom-group)) | 859 | (list (list group 'custom-group)) |