aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/cua-base.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 0e60e60b4c4..dc335a2eb82 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1324,6 +1324,10 @@ If ARG is the atom `-', scroll upward by nearly full screen."
1324 move-end-of-line move-beginning-of-line 1324 move-end-of-line move-beginning-of-line
1325 end-of-buffer beginning-of-buffer 1325 end-of-buffer beginning-of-buffer
1326 scroll-up scroll-down 1326 scroll-up scroll-down
1327 up-list down-list backward-up-list
1328 end-of-defun beginning-of-defun
1329 forward-sexp backward-sexp
1330 forward-list backward-list
1327 forward-sentence backward-sentence 1331 forward-sentence backward-sentence
1328 forward-paragraph backward-paragraph)) 1332 forward-paragraph backward-paragraph))
1329 (put cmd 'CUA 'move)) 1333 (put cmd 'CUA 'move))