From: Martin Rudalics Date: Thu, 18 Dec 2008 10:39:11 +0000 (+0000) Subject: (cmd): Add beginning-of-visual-line and X-Git-Tag: emacs-pretest-23.0.90~1035 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f7ee51dac58aaeb0845f2cfada1a0a9c6313d01;p=emacs.git (cmd): Add beginning-of-visual-line and end-of-visual-line to CUA's recognized commands. (Bug#1549) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05b299e2fa8..4158317eba9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-12-18 Martin Rudalics + + * 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 * newcomment.el (comment-style): Default to `indent'. (Bug#1153) diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 8a366a25d75..6ed5d9b196e 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -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