branch: elpa/tuareg commit 59446ecd986e6070a143a4545dec3b715d81752b Author: Christophe Troestler <christophe.troest...@umons.ac.be> Commit: Christophe Troestler <christophe.troest...@umons.ac.be>
tuareg-other-file-alist: Fix typo --- tuareg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuareg.el b/tuareg.el index fb9d76b..de7bd1e 100644 --- a/tuareg.el +++ b/tuareg.el @@ -246,7 +246,7 @@ much less efficient." (defcustom tuareg-other-file-alist '(("\\.\\(?:pp\\.\\)?mli\\'" (".ml" ".mll" ".mly" ".pp.ml")) - ("\\.\\(?:pp\\.\\)ml\\'" (".mli")) + ("\\.\\(?:pp\\.\\)?ml\\'" (".mli")) ("\\.mll\\'" (".mli")) ("\\.mly\\'" (".mli")) ("\\.eliomi\\'" (".eliom"))