emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] externals/caml 495ee65 053/197: caml-find-phrase


From: Stefan Monnier
Subject: [nongnu] externals/caml 495ee65 053/197: caml-find-phrase
Date: Sat, 21 Nov 2020 01:19:37 -0500 (EST)

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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]