diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-05-30 06:44:46 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-05-30 06:44:46 +0200 |
commit | 2b94133fee8a97f556a61feffd2debfdb3d82f27 (patch) | |
tree | 7d0eb9762cab344530adc482209d1456370e444c /lisp/emulation | |
parent | 8175cb90214540c2fea5084f20c17436183747d6 (diff) | |
download | emacs-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.el | 1 |
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 |