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:
Bozhidar Batsov 2022-07-19 13:16:11 +03:00 committed by Rudi Grinberg
parent b8b8dd6d8d
commit 036eac86b0
1 changed files with 0 additions and 7 deletions

View File

@ -1080,13 +1080,6 @@ defaults to 0."
(with-current-buffer buf
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
(define-minor-mode utop-minor-mode
"Minor mode for utop."