Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2f7ee51d
Commit
2f7ee51d
authored
Dec 18, 2008
by
Martin Rudalics
Browse files
(cmd): Add beginning-of-visual-line and
end-of-visual-line to CUA's recognized commands. (Bug#1549)
parent
4ed008de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emulation/cua-base.el
lisp/emulation/cua-base.el
+1
-0
No files found.
lisp/ChangeLog
View file @
2f7ee51d
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)
...
...
lisp/emulation/cua-base.el
View file @
2f7ee51d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment