(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 05b299e..4158317 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 8a366a2..6ed5d9b 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