branch: externals/caml
commit 0e62e65692b6840b45655312103b4e9d87b234d2
Author: Didier Rémy <[email protected]>
Commit: Didier Rémy <[email protected]>
fixes bug 0005016--missing quote
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10317
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
inf-caml.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inf-caml.el b/inf-caml.el
index 13b60b5..ba2eb03 100644
--- a/inf-caml.el
+++ b/inf-caml.el
@@ -94,7 +94,7 @@ be sent from another buffer in Caml mode.
(if (string-match "[^ ]" s) (setq inferior-caml-output t)))
(defun inferior-caml-mode-output-hook ()
- (set-variable comint-output-filter-functions
+ (set-variable 'comint-output-filter-functions
(list (function inferior-caml-signal-output))
t))
(add-hook 'inferior-caml-mode-hooks 'inferior-caml-mode-output-hook)