(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)))) minor-mode-map-alist))))
;; Interaction with other packages. ;; Interaction with other packages.
(eval-after-load 'cua (put 'crisp-home 'CUA 'move)
'(progn (put 'crisp-end 'CUA 'move)
(add-to-list 'cua--standard-movement-commands 'crisp-home)
(add-to-list 'cua--standard-movement-commands 'crisp-end)))
(run-hooks 'crisp-load-hook) (run-hooks 'crisp-load-hook)
(provide 'crisp) (provide 'crisp)