diff options
| -rw-r--r-- | lisp/emulation/crisp.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el index 6f1c663ae47..97706fdfab0 100644 --- a/lisp/emulation/crisp.el +++ b/lisp/emulation/crisp.el | |||
| @@ -386,10 +386,8 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." | |||
| 386 | minor-mode-map-alist)))) | 386 | minor-mode-map-alist)))) |
| 387 | 387 | ||
| 388 | ;; Interaction with other packages. | 388 | ;; Interaction with other packages. |
| 389 | (eval-after-load 'cua | 389 | (put 'crisp-home 'CUA 'move) |
| 390 | '(progn | 390 | (put 'crisp-end 'CUA 'move) |
| 391 | (add-to-list 'cua--standard-movement-commands 'crisp-home) | ||
| 392 | (add-to-list 'cua--standard-movement-commands 'crisp-end))) | ||
| 393 | 391 | ||
| 394 | (run-hooks 'crisp-load-hook) | 392 | (run-hooks 'crisp-load-hook) |
| 395 | (provide 'crisp) | 393 | (provide 'crisp) |