summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2003-06-02 07:45:45 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2003-06-02 07:45:45 +0000
commit756c6c13ad4ec6ef20aa9396a43d379e4fa2d4b8 (patch)
treebf576520ed14563e70bd6ee8621049ea361869d3
parent72848589cf1baee2fab508f8cb8c8ede7de84171 (diff)
value obsolete
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5588 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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)