# HG changeset patch # User Juanma Barranquero # Date 1275194686 -7200 # Node ID 0d7ed8742a5f3b9c290fd67395c634de49a50fe6 # Parent 67d507f84cdc95698b2ec542f823f6619e3cfaba emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands. diff -r 67d507f84cdc -r 0d7ed8742a5f lisp/ChangeLog --- 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 + * 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. diff -r 67d507f84cdc -r 0d7ed8742a5f lisp/emulation/cua-base.el --- 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