summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/caml-font.el2
-rw-r--r--emacs/caml-hilit.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/emacs/caml-font.el b/emacs/caml-font.el
index 4309ed8c1..678b2a502 100644
--- a/emacs/caml-font.el
+++ b/emacs/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/emacs/caml-hilit.el b/emacs/caml-hilit.el
index 093c15fe5..7b48a8119 100644
--- a/emacs/caml-hilit.el
+++ b/emacs/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)