diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2018-11-18 21:15:06 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2018-11-18 21:15:06 -0500 |
commit | 450beba338ffbe4da05062536445727846510057 (patch) | |
tree | f6d99ca754ea3b1e4127b430ec16aa880613a823 /lisp/obsolete/crisp.el | |
parent | 5d140800398287c20230dda79162a7c40016d88e (diff) | |
download | emacs-450beba338ffbe4da05062536445727846510057.tar.gz |
Remove uses of obsolete 'CUA' symbol property
* lisp/emulation/cua-base.el (cua-scroll-up, cua-scroll-down):
* lisp/progmodes/subword.el (subword-forward, subword-backward):
* lisp/obsolete/crisp.el (crisp-home, crisp-end):
Remove 'CUA' prop; not used any more.
Diffstat (limited to 'lisp/obsolete/crisp.el')
-rw-r--r-- | lisp/obsolete/crisp.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/obsolete/crisp.el b/lisp/obsolete/crisp.el index 4bd555a72ed..944c6c01198 100644 --- a/lisp/obsolete/crisp.el +++ b/lisp/obsolete/crisp.el @@ -376,10 +376,6 @@ normal CRiSP binding) and when it is nil M-x will run ;;;###autoload (defalias 'brief-mode 'crisp-mode) -;; Interaction with other packages. -(put 'crisp-home 'CUA 'move) -(put 'crisp-end 'CUA 'move) - (run-hooks 'crisp-load-hook) (provide 'crisp) |