changeset 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 67d507f84cdc
children c8b4b7099b45 19ee224844a2
files lisp/ChangeLog lisp/emulation/cua-base.el
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 30 04:51:53 2010 +0200
+++ b/lisp/ChangeLog	Sun May 30 06:44:46 2010 +0200
@@ -1,5 +1,8 @@
 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
 
+	* emulation/cua-base.el: Recognize `right-char' and `left-char' as
+	movement commands.
+
 	* progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
 	`path-separator', but maintain compatibility with Emacs 20.2.
 
--- 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