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

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

[nongnu] externals/caml 5e6f8b6 071/197: value obsolete


From: Stefan Monnier
Subject: [nongnu] externals/caml 5e6f8b6 071/197: value obsolete
Date: Sat, 21 Nov 2020 01:19:40 -0500 (EST)

branch: externals/caml
commit 5e6f8b64bd9c749c419b7795e8f2daea932a69ba
Author: Jacques Garrigue <garrigue at math.nagoya-u.ac.jp>
Commit: Jacques Garrigue <garrigue at math.nagoya-u.ac.jp>

    value obsolete
    
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5588 
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 caml-font.el  | 2 +-
 caml-hilit.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/caml-font.el b/caml-font.el
index 4309ed8..678b2a5 100644
--- a/caml-font.el
+++ b/caml-font.el
@@ -67,7 +67,7 @@
           "\\|in\\(herit\\|itializer\\)?\\|let"
           "\\|m\\(ethod\\|utable\\|odule\\)"
           "\\|of\\|p\\(arser\\|rivate\\)\\|rec\\|type"
-          "\\|v\\(al\\(ue\\)?\\|irtual\\)\\)\\>")
+          "\\|v\\(al\\|irtual\\)\\)\\>")
          'font-lock-type-face)
 ;blocking
    '("\\<\\(begin\\|end\\|object\\|s\\(ig\\|truct\\)\\)\\>"
diff --git a/caml-hilit.el b/caml-hilit.el
index 093c15f..7b48a81 100644
--- a/caml-hilit.el
+++ b/caml-hilit.el
@@ -27,7 +27,7 @@
           "\\|ex\\(ception\\|ternal\\)\\|fun\\(ct\\(ion\\|or\\)\\)?"
           "\\|in\\(herit\\)?\\|let\\|m\\(ethod\\|utable\\|odule\\)"
           "\\|of\\|p\\(arser\\|rivate\\)\\|rec\\|type"
-          "\\|v\\(al\\(ue\\)?\\|irtual\\)\\)\\>")
+          "\\|v\\(al\\|irtual\\)\\)\\>")
          nil 'ForestGreen)
 ;blocking
    '("\\<\\(object\\|struct\\|sig\\|begin\\|end\\)\\>" 2 include)



reply via email to

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