emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100484: emulation/cua-base.el: Recognize also `right-word' and `left-word'.
Date: Sun, 30 May 2010 20:52:56 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100484
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2010-05-30 20:52:56 +0200
message:
  emulation/cua-base.el: Recognize also `right-word' and `left-word'.
modified:
  lisp/ChangeLog
  lisp/emulation/cua-base.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-05-30 14:17:31 +0000
+++ b/lisp/ChangeLog    2010-05-30 18:52:56 +0000
@@ -1,3 +1,8 @@
+2010-05-30  Juanma Barranquero  <address@hidden>
+
+       * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
+       Suggested by Eli Zaretskii <address@hidden>.
+
 2010-05-30  Stefan Monnier  <address@hidden>
 
        * minibuffer.el (completion-file-name-table): Don't return a boundary

=== modified file 'lisp/emulation/cua-base.el'
--- a/lisp/emulation/cua-base.el        2010-05-30 04:44:46 +0000
+++ b/lisp/emulation/cua-base.el        2010-05-30 18:52:56 +0000
@@ -1498,6 +1498,7 @@
 (dolist (cmd
  '(forward-char backward-char
    right-char left-char
+   right-word left-word
    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]