From a721d130826ffc820f0591806f12ba28ff33ca1c Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Thu, 6 Aug 2015 10:58:42 +0100 Subject: [PATCH] update error message for utop-setup-ocaml-buffer --- src/top/utop.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/top/utop.el b/src/top/utop.el index 50120f2..792e414 100644 --- a/src/top/utop.el +++ b/src/top/utop.el @@ -1156,7 +1156,10 @@ defaults to 0." (defun utop-setup-ocaml-buffer () "Deprecated" - (error "This function is deprecated. See https://github.com/diml/utop for configuration information.")) + (error "`utop-setup-ocaml-buffer' is deprecated, you need to +replace it by `utop-minor-mode'. + +See https://github.com/diml/utop for configuration information.")) ;;;###autoload (define-minor-mode utop-minor-mode