summaryrefslogtreecommitdiff
path: root/lisp/obsolete/crisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/obsolete/crisp.el')
-rw-r--r--lisp/obsolete/crisp.el9
1 files changed, 1 insertions, 8 deletions
diff --git a/lisp/obsolete/crisp.el b/lisp/obsolete/crisp.el
index 239c7e19960..832820b0a57 100644
--- a/lisp/obsolete/crisp.el
+++ b/lisp/obsolete/crisp.el
@@ -353,10 +353,7 @@ normal CRiSP binding) and when it is nil M-x will run
;;;###autoload
(define-minor-mode crisp-mode
- "Toggle CRiSP/Brief emulation (CRiSP mode).
-With a prefix argument ARG, enable CRiSP mode if ARG is positive,
-and disable it otherwise. If called from Lisp, enable the mode
-if ARG is omitted or nil."
+ "Toggle CRiSP/Brief emulation (CRiSP mode)."
:keymap crisp-mode-map
:lighter crisp-mode-mode-line-string
(when crisp-mode
@@ -379,10 +376,6 @@ if ARG is omitted or nil."
;;;###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)