From 2f7ee51dac58aaeb0845f2cfada1a0a9c6313d01 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Thu, 18 Dec 2008 10:39:11 +0000 Subject: [PATCH] (cmd): Add beginning-of-visual-line and end-of-visual-line to CUA's recognized commands. (Bug#1549) --- lisp/ChangeLog | 5 +++++ lisp/emulation/cua-base.el | 1 + 2 files changed, 6 insertions(+) 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 -- 2.39.2