aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2003-11-25 22:10:52 +0000
committerKim F. Storm <[email protected]>2003-11-25 22:10:52 +0000
commitc7cc2f9e9a03058d970019af9e6eea5feef4cc70 (patch)
tree69500893108fe1e10819a4173b60bce68bdb14f6 /lisp
parent310682e6eb671603fec5bc96af469eec4acaba7d (diff)
(cua--standard-movement-commands): Add forward-sentence and backward-sentence.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/cua-base.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 71c1c847ee..67cfec6178 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -890,7 +890,9 @@ With a double \\[universal-argument] prefix argument, unconditionally set mark."
forward-word backward-word
end-of-line beginning-of-line
end-of-buffer beginning-of-buffer
- scroll-up scroll-down forward-paragraph backward-paragraph)
+ scroll-up scroll-down
+ forward-sentence backward-sentence
+ forward-paragraph backward-paragraph)
"List of standard movement commands.
Extra commands should be added to `cua-movement-commands'")