From 61a0807183d810cfb2cfe289cea050c9223f6b58 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 30 May 2010 20:52:56 +0200 Subject: [PATCH] emulation/cua-base.el: Recognize also `right-word' and `left-word'. --- lisp/ChangeLog | 5 +++++ lisp/emulation/cua-base.el | 1 + 2 files changed, 6 insertions(+) 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 -- 2.39.2