diff lisp/emulation/cua-base.el @ 108830:0d7ed8742a5f

emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 30 May 2010 06:44:46 +0200
parents 114b70461f96
children d901ae131f55
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el	Sun May 30 04:51:53 2010 +0200
+++ b/lisp/emulation/cua-base.el	Sun May 30 06:44:46 2010 +0200
@@ -1497,6 +1497,7 @@
 
 (dolist (cmd
  '(forward-char backward-char
+   right-char left-char
    next-line previous-line
    forward-word backward-word
    end-of-line beginning-of-line