Mercurial > emacs
changeset 108832:d901ae131f55
emulation/cua-base.el: Recognize also `right-word' and `left-word'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 30 May 2010 20:52:56 +0200 |
parents | c8b4b7099b45 |
children | 14bdecf19b8c |
files | lisp/ChangeLog lisp/emulation/cua-base.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 30 10:17:31 2010 -0400 +++ b/lisp/ChangeLog Sun May 30 20:52:56 2010 +0200 @@ -1,3 +1,8 @@ +2010-05-30 Juanma Barranquero <lekktu@gmail.com> + + * emulation/cua-base.el: Recognize also `right-word' and `left-word'. + Suggested by Eli Zaretskii <eliz@gnu.org>. + 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca> * minibuffer.el (completion-file-name-table): Don't return a boundary
--- a/lisp/emulation/cua-base.el Sun May 30 10:17:31 2010 -0400 +++ b/lisp/emulation/cua-base.el Sun May 30 20:52:56 2010 +0200 @@ -1498,6 +1498,7 @@ (dolist (cmd '(forward-char backward-char right-char left-char + right-word left-word next-line previous-line forward-word backward-word end-of-line beginning-of-line