branch: externals/caml
commit 495ee650068cdfe1557ae0fc6db0bcbe4069d3c2
Author: Jacques Garrigue <garrigue at math.nagoya-u.ac.jp>
Commit: Jacques Garrigue <garrigue at math.nagoya-u.ac.jp>
caml-find-phrase
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4584
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
caml.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/caml.el b/caml.el
index 36d9d1c..1d31316 100644
--- a/caml.el
+++ b/caml.el
@@ -857,6 +857,7 @@ to the end.
(setq kwop (caml-find-kwop caml-phrase-sep-keywords min-pos))
(not (string= kwop ";;"))
(not (bolp))))
+ (if (string= kwop ";;") (forward-char 2))
(if (not kwop) (goto-char min-pos))
(caml-skip-comments-forward)
(setq beg (point))