aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/register.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/register.el b/lisp/register.el
index a44218fa135..88b309b2d89 100644
--- a/lisp/register.el
+++ b/lisp/register.el
@@ -123,8 +123,6 @@ See the documentation of the variable `register-alist' for possible VALUEs."
123If SHOW-EMPTY is non-nil show the window even if no registers." 123If SHOW-EMPTY is non-nil show the window even if no registers."
124 (when (or show-empty (consp register-alist)) 124 (when (or show-empty (consp register-alist))
125 (let ((split-height-threshold 0)) 125 (let ((split-height-threshold 0))
126 ;; XXX: why with-temp-buffer-window always pops up the temp
127 ;; window even if one already shown?
128 (with-temp-buffer-window 126 (with-temp-buffer-window
129 buffer 127 buffer
130 (cons 'display-buffer-below-selected 128 (cons 'display-buffer-below-selected