From: Juanma Barranquero Date: Sun, 30 May 2010 18:52:56 +0000 (+0200) Subject: emulation/cua-base.el: Recognize also `right-word' and `left-word'. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61a0807183d810cfb2cfe289cea050c9223f6b58;p=emacs.git emulation/cua-base.el: Recognize also `right-word' and `left-word'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e335ee5c344..90b04f6c7c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-05-30 Juanma Barranquero + + * emulation/cua-base.el: Recognize also `right-word' and `left-word'. + Suggested by Eli Zaretskii . + 2010-05-30 Stefan Monnier * minibuffer.el (completion-file-name-table): Don't return a boundary diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 17a96e10c1c..c2ac7e3b3d0 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -1498,6 +1498,7 @@ If ARG is the atom `-', scroll upward by nearly full screen." (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