emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/emulation cua-base.el


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/lisp/emulation cua-base.el
Date: Thu, 18 Dec 2008 10:38:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/12/18 10:38:29

Modified files:
        lisp/emulation : cua-base.el 

Log message:
        (cmd): Add beginning-of-visual-line and
        end-of-visual-line to CUA's recognized commands.  (Bug#1549)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emulation/cua-base.el?cvsroot=emacs&r1=1.98&r2=1.99

Patches:
Index: cua-base.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emulation/cua-base.el,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- cua-base.el 27 Jun 2008 07:34:47 -0000      1.98
+++ cua-base.el 18 Dec 2008 10:38:29 -0000      1.99
@@ -1495,6 +1495,7 @@
    next-line previous-line
    forward-word backward-word
    end-of-line beginning-of-line
+   end-of-visual-line beginning-of-visual-line
    move-end-of-line move-beginning-of-line
    end-of-buffer beginning-of-buffer
    scroll-up scroll-down




reply via email to

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