mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
emulation/cua-base.el: Recognize right-char', left-char' as movement commands.
This commit is contained in:
parent
8175cb9021
commit
2b94133fee
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue