]> git.eshelyaron.com Git - emacs.git/commitdiff
(crisp-home, crisp-end): Put CUA property.
authorKim F. Storm <storm@cua.dk>
Thu, 19 May 2005 08:06:59 +0000 (08:06 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 19 May 2005 08:06:59 +0000 (08:06 +0000)
lisp/emulation/crisp.el

index 6f1c663ae47acddd677023837cfd35076cc5bdb5..97706fdfab04ae6612f15f188290231327952e18 100644 (file)
@@ -386,10 +386,8 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise."
                                       minor-mode-map-alist))))
 
 ;; Interaction with other packages.
-(eval-after-load 'cua
-  '(progn
-     (add-to-list 'cua--standard-movement-commands 'crisp-home)
-     (add-to-list 'cua--standard-movement-commands 'crisp-end)))
+(put 'crisp-home 'CUA 'move)
+(put 'crisp-end  'CUA 'move)
 
 (run-hooks 'crisp-load-hook)
 (provide 'crisp)