emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why is .ml associated with lisp-mode in auto-mode-alist?


From: Wilfred Hughes
Subject: Why is .ml associated with lisp-mode in auto-mode-alist?
Date: Sun, 24 Jun 2018 12:28:25 +0100

I've noticed the following line in files.el:

("\\.ml\\'" . lisp-mode)

This seems strange to me: .ml files are generally ML or Ocaml. Git
history says this line was added to Emacs in 1992 in commit
7b3f3dc2bba80d, but that commit doesn't suggest why this association
was added.

I'm not aware of any lisp file formats that use *.ml files, and
lisp-mode is not well suited for editing ML-family code.

Does anyone object to me removing it? If I don't hear back I'll remove
it in a few days.

Thanks
Wilfred



reply via email to

[Prev in Thread] Current Thread [Next in Thread]