(crisp-home, crisp-end): Put CUA property.

This commit is contained in:
Kim F. Storm 2005-05-19 08:06:59 +00:00
parent 8d9386a167
commit 34e99b2e36

View 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)