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)