summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-05-30 20:52:56 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-05-30 20:52:56 +0200
commit61a0807183d810cfb2cfe289cea050c9223f6b58 (patch)
tree487da6ee9e124b961dae603c600999c79c15ca40 /lisp/emulation
parent5feec8cac13043a08abf3abb396911b042275fea (diff)
downloademacs-61a0807183d810cfb2cfe289cea050c9223f6b58.tar.gz
emulation/cua-base.el: Recognize also `right-word' and `left-word'.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/cua-base.el1
1 files changed, 1 insertions, 0 deletions
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