diff options
author | Kim F. Storm <storm@cua.dk> | 2005-03-07 11:12:58 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-03-07 11:12:58 +0000 |
commit | bab88420b1bbd646021f8566dfe2ed8b9a559594 (patch) | |
tree | c0523bfe5c7867a60326dcfda677f06f75b68c52 | |
parent | 88418e617606b00bc8b378878d77db348a606b06 (diff) | |
download | emacs-bab88420b1bbd646021f8566dfe2ed8b9a559594.tar.gz |
Put CUA move property on move-end-of-line
and move-beginning-of-line.
-rw-r--r-- | lisp/emulation/cua-base.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 76c0f860a00..d72dc91ad2b 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -1284,6 +1284,7 @@ If ARG is the atom `-', scroll upward by nearly full screen." next-line previous-line forward-word backward-word end-of-line beginning-of-line + move-end-of-line move-beginning-of-line end-of-buffer beginning-of-buffer scroll-up scroll-down forward-sentence backward-sentence |