From: Leo Liu Date: Mon, 7 Oct 2013 03:34:26 +0000 (+0800) Subject: * etc/NEWS: Mention new feature of register commands. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1366 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8af480df782d6ff2d99f34a1672b8640dfb673f;p=emacs.git * etc/NEWS: Mention new feature of register commands. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 49765c5c873..bb601d1e8ac 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2013-10-07 Leo Liu + + * NEWS: Mention new feature of register commands. + 2013-10-02 Fabrice Niessen * themes/leuven-theme.el: Add Commentary and some headers, update diff --git a/etc/NEWS b/etc/NEWS index 4539f5f00d1..560c54c0f83 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -181,6 +181,8 @@ visual order of characters on the screen: always moves to the left, always moves to the right, disregarding the surrounding bidirectional context. +** All register commands can now show help with preview. + ** New command `kmacro-to-register' to store keyboard macros in registers. ** Shell Script mode 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." If SHOW-EMPTY is non-nil show the window even if no registers." (when (or show-empty (consp register-alist)) (let ((split-height-threshold 0)) - ;; XXX: why with-temp-buffer-window always pops up the temp - ;; window even if one already shown? (with-temp-buffer-window buffer (cons 'display-buffer-below-selected