From: Juanma Barranquero Date: Sun, 30 May 2010 04:44:46 +0000 (+0200) Subject: emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b94133fee8a97f556a61feffd2debfdb3d82f27;p=emacs.git emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86c8945a272..021d5a07421 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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