summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-05-30 06:44:46 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-05-30 06:44:46 +0200
commit2b94133fee8a97f556a61feffd2debfdb3d82f27 (patch)
tree7d0eb9762cab344530adc482209d1456370e444c /lisp/emulation
parent8175cb90214540c2fea5084f20c17436183747d6 (diff)
downloademacs-2b94133fee8a97f556a61feffd2debfdb3d82f27.tar.gz
emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands.
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 3e434b36213..17a96e10c1c 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1497,6 +1497,7 @@ If ARG is the atom `-', scroll upward by nearly full screen."
(dolist (cmd
'(forward-char backward-char
+ right-char left-char
next-line previous-line
forward-word backward-word
end-of-line beginning-of-line