]> git.eshelyaron.com Git - emacs.git/commitdiff
(cua-scroll-down): Add CUA property.
authorKim F. Storm <storm@cua.dk>
Wed, 30 Mar 2005 22:20:24 +0000 (22:20 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 30 Mar 2005 22:20:24 +0000 (22:20 +0000)
lisp/emulation/cua-base.el

index d72dc91ad2bdfd2db56f601a08ffaf08e769743a..7b2ba5c6fb2c2f3bbf56e4a40b779bc33148476e 100644 (file)
@@ -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