diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/emulation/cua-base.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05b299e2fa8..4158317eba9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-12-18 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * emulation/cua-base.el (cmd): Add beginning-of-visual-line and | ||
| 4 | end-of-visual-line to CUA's recognized commands. (Bug#1549) | ||
| 5 | |||
| 1 | 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * newcomment.el (comment-style): Default to `indent'. (Bug#1153) | 8 | * 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." | |||
| 1495 | next-line previous-line | 1495 | next-line previous-line |
| 1496 | forward-word backward-word | 1496 | forward-word backward-word |
| 1497 | end-of-line beginning-of-line | 1497 | end-of-line beginning-of-line |
| 1498 | end-of-visual-line beginning-of-visual-line | ||
| 1498 | move-end-of-line move-beginning-of-line | 1499 | move-end-of-line move-beginning-of-line |
| 1499 | end-of-buffer beginning-of-buffer | 1500 | end-of-buffer beginning-of-buffer |
| 1500 | scroll-up scroll-down | 1501 | scroll-up scroll-down |