Manque un quote
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2345 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
f19aaedb27
commit
b474d60ca5
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue