Remove a deprecated function
I think we can safely assume 7 years are enough time for most people to have learned about `utop-minor-mode`.
This commit is contained in:
parent
b8b8dd6d8d
commit
036eac86b0
|
@ -1080,13 +1080,6 @@ defaults to 0."
|
||||||
(with-current-buffer buf
|
(with-current-buffer buf
|
||||||
utop-state)))))
|
utop-state)))))
|
||||||
|
|
||||||
(defun utop-setup-ocaml-buffer ()
|
|
||||||
"Deprecated"
|
|
||||||
(error "`utop-setup-ocaml-buffer' is deprecated, you need to
|
|
||||||
replace it by `utop-minor-mode'.
|
|
||||||
|
|
||||||
See https://github.com/ocaml-community/utop for configuration information."))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(define-minor-mode utop-minor-mode
|
(define-minor-mode utop-minor-mode
|
||||||
"Minor mode for utop."
|
"Minor mode for utop."
|
||||||
|
|
Loading…
Reference in New Issue