branch: externals/caml
commit bcd8c14d24b438d56fc58a196bb0aa96997328be
Author: Didier Rémy <[email protected]>
Commit: Didier Rémy <[email protected]>
Retrait des messages de debugging...
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5876
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml-types.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/caml-types.el b/caml-types.el
index 6a14d46..cf9ca74 100644
--- a/caml-types.el
+++ b/caml-types.el
@@ -433,8 +433,6 @@ The function uses two overlays.
(unwind-protect
(caml-track-mouse
(while event
- (message nil)
- (message "%S" event)
(cond
;; In emacs eliminate
((caml-ignore-event-p event))
@@ -516,7 +514,7 @@ The function uses two overlays.
(caml-types-find-interval
target-buf target-pos target-tree))
))
- ;; (message (setq mes (format "type: %s" type)))
+ (message (setq mes (format "type: %s" type)))
(insert type)
))
)