Set CUA move property on additional commands:
up-list, down-list, backward-up-list, end-of-defun beginning-of-defun, forward-sexp backward-sexp, forward-list, backward-list
This commit is contained in:
parent
1add901021
commit
7266210374
1 changed files with 4 additions and 0 deletions
|
@ -1324,6 +1324,10 @@ If ARG is the atom `-', scroll upward by nearly full screen."
|
|||
move-end-of-line move-beginning-of-line
|
||||
end-of-buffer beginning-of-buffer
|
||||
scroll-up scroll-down
|
||||
up-list down-list backward-up-list
|
||||
end-of-defun beginning-of-defun
|
||||
forward-sexp backward-sexp
|
||||
forward-list backward-list
|
||||
forward-sentence backward-sentence
|
||||
forward-paragraph backward-paragraph))
|
||||
(put cmd 'CUA 'move))
|
||||
|
|
Loading…
Add table
Reference in a new issue