help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: editing mode: .ml files


From: r.stiltskin
Subject: Re: editing mode: .ml files
Date: Sun, 18 Jun 2006 07:39:30 -0700 (PDT)

Yes, I haven't gotten around to installing an ml-mode yet, but I'd like to
get rid of the lisp association.  I see that it appears in files.el in the
section:
(defvar auto-mode-alist
  (mapc
   (lambda (elt)
     (cons (purecopy (car elt)) (cdr elt)))
     '...
     ("\\.ml\\'" . lisp-mode)
     ...'
but deleting the .ml line from files.el doesn't seem to have any effect --
emacs still comes up with ("\\.ml\\'" . lisp-mode) included in
auto-mode-alist.

How can I get rid of it?
--
View this message in context: 
http://www.nabble.com/editing-mode%3A-.ml-files-t1804515.html#a4924006
Sent from the Emacs - Help forum at Nabble.com.





reply via email to

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