diff options
| author | Leo Liu | 2013-10-07 11:34:26 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-10-07 11:34:26 +0800 |
| commit | c8af480df782d6ff2d99f34a1672b8640dfb673f (patch) | |
| tree | 8a9602e146f54631c100a06e0e3a9265e5e31ac9 /lisp | |
| parent | 85698d63495d7bb22997eedbb74cef7f20d18ffd (diff) | |
| download | emacs-c8af480df782d6ff2d99f34a1672b8640dfb673f.tar.gz emacs-c8af480df782d6ff2d99f34a1672b8640dfb673f.zip | |
* etc/NEWS: Mention new feature of register commands.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/register.el | 2 |
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." | |||
| 123 | If SHOW-EMPTY is non-nil show the window even if no registers." | 123 | If 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 |