emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100482: emulation/cua-base.el: Recog


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100482: emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands.
Date: Sun, 30 May 2010 06:44:46 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100482
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2010-05-30 06:44:46 +0200
message:
  emulation/cua-base.el: Recognize `right-char', `left-char' as movement 
commands.
modified:
  lisp/ChangeLog
  lisp/emulation/cua-base.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-05-30 02:51:53 +0000
+++ b/lisp/ChangeLog    2010-05-30 04:44:46 +0000
@@ -1,5 +1,8 @@
 2010-05-30  Juanma Barranquero  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/emulation/cua-base.el'
--- a/lisp/emulation/cua-base.el        2010-05-10 14:37:59 +0000
+++ b/lisp/emulation/cua-base.el        2010-05-30 04:44:46 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]