aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-03-30 22:20:24 +0000
committerKim F. Storm <[email protected]>2005-03-30 22:20:24 +0000
commitec503c284c7c59d1f0b57fccad0f8ebc89f82d05 (patch)
tree4b3a1f7d312db1ddd04348d7252bd91ea6ed8600 /lisp
parent7ab4753e4932491f40cc8b6af63b6ed87bfa4519 (diff)
(cua-scroll-down): Add CUA property.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/cua-base.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index d72dc91ad2..7b2ba5c6fb 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1016,7 +1016,7 @@ If ARG is the atom `-', scroll upward by nearly full screen."
(scroll-down arg)
(beginning-of-buffer (goto-char (point-min)))))))
-(put 'cua-scroll-up 'CUA 'move)
+(put 'cua-scroll-down 'CUA 'move)
;;; Cursor indications