]> git.eshelyaron.com Git - emacs.git/commitdiff
(cmd): Add beginning-of-visual-line and
authorMartin Rudalics <rudalics@gmx.at>
Thu, 18 Dec 2008 10:39:11 +0000 (10:39 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 18 Dec 2008 10:39:11 +0000 (10:39 +0000)
end-of-visual-line to CUA's recognized commands.  (Bug#1549)

lisp/ChangeLog
lisp/emulation/cua-base.el

index 05b299e2fa8cbde4b07e1988308b805b3550e295..4158317eba95ff5dbd26cca16b23a4d0e2f222d9 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-18  Martin Rudalics  <rudalics@gmx.at>
+
+       * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
+       end-of-visual-line to CUA's recognized commands.  (Bug#1549)
+
 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
index 8a366a25d753018ac9a8185593ba69856b9b49c7..6ed5d9b196e1d4d3f9b51b5f9d3ef515c9471243 100644 (file)
@@ -1495,6 +1495,7 @@ If ARG is the atom `-', scroll upward by nearly full screen."
    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