Mercurial > emacs
changeset 62507:68429718056c
(crisp-home, crisp-end): Put CUA property.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 19 May 2005 08:06:59 +0000 |
parents | 10400b58d166 |
children | 39dc00cd1f8a |
files | lisp/emulation/crisp.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/crisp.el Thu May 19 08:06:35 2005 +0000 +++ b/lisp/emulation/crisp.el Thu May 19 08:06:59 2005 +0000 @@ -386,10 +386,8 @@ 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)