emulation/cua-base.el: Recognize right-char', left-char' as movement commands.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2010-05-30 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emulation/cua-base.el: Recognize `right-char' and `left-char' as
|
||||
movement commands.
|
||||
|
||||
* progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
|
||||
`path-separator', but maintain compatibility with Emacs 20.2.
|
||||
|
||||
|
||||
@@ -1497,6 +1497,7 @@ If ARG is the atom `-', scroll upward by nearly full screen."
|
||||
|
||||
(dolist (cmd
|
||||
'(forward-char backward-char
|
||||
right-char left-char
|
||||
next-line previous-line
|
||||
forward-word backward-word
|
||||
end-of-line beginning-of-line
|
||||
|
||||
Reference in New Issue
Block a user