(cmd): Add beginning-of-visual-line and
end-of-visual-line to CUA's recognized commands. (Bug#1549)
This commit is contained in:
parent
4ed008de39
commit
2f7ee51dac
2 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue