branch: externals/caml
commit faa1c81727bc9145b66cf22f2ee33ae555ec38f0
Author: Damien Doligez <damien.doligez-inria.fr>
Commit: Damien Doligez <damien.doligez-inria.fr>

    ajout choses a faire
    
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5486 
f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 caml-types.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/caml-types.el b/caml-types.el
index 7841ba5..86e1706 100644
--- a/caml-types.el
+++ b/caml-types.el
@@ -30,6 +30,7 @@
 ; - make the command work only in caml-mode
 ; - integrate this file into caml.el (?)
 ; - write a proper documentation string for caml-types-show-type
+; - make it work correctly for preprocessed files (.mly, .mll)
 
 (setq caml-types-filename-re "\"\\([^\\\"]\\|\\\\.\\)*\"")
 (setq caml-types-number-re "\\([0-9]*\\)")

Reply via email to