branch: externals/caml
commit 8457cf2f5a4628551649273cc3263e343f63e93f
Author: Xavier Leroy <[email protected]>
Commit: Xavier Leroy <[email protected]>
Manque un quote
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2345
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/caml.el b/caml.el
index e6db098..e5ac137 100644
--- a/caml.el
+++ b/caml.el
@@ -619,7 +619,7 @@ variable caml-mode-indentation."
;; This function switches to monobyte mode
(if (not (fboundp 'char-bytes))
- (defalias forward-byte forward-char)
+ (defalias 'forward-byte forward-char)
(defun caml-char-bytes (ch)
(let ((l (char-bytes ch)))
(if (> l 1) (- l 1) l)))