aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJuanma Barranquero2010-05-30 06:44:46 +0200
committerJuanma Barranquero2010-05-30 06:44:46 +0200
commit2b94133fee8a97f556a61feffd2debfdb3d82f27 (patch)
tree7d0eb9762cab344530adc482209d1456370e444c /lisp/emulation
parent8175cb90214540c2fea5084f20c17436183747d6 (diff)
downloademacs-2b94133fee8a97f556a61feffd2debfdb3d82f27.tar.gz
emacs-2b94133fee8a97f556a61feffd2debfdb3d82f27.zip
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."
1497 1497
1498(dolist (cmd 1498(dolist (cmd
1499 '(forward-char backward-char 1499 '(forward-char backward-char
1500 right-char left-char
1500 next-line previous-line 1501 next-line previous-line
1501 forward-word backward-word 1502 forward-word backward-word
1502 end-of-line beginning-of-line 1503 end-of-line beginning-of-line