* lisp/files.el (auto-mode-alist): delete ada-mode; now in GNU ELPA only
This commit is contained in:
parent
1545f28a98
commit
b44a5d849e
1 changed files with 0 additions and 2 deletions
|
|
@ -2683,8 +2683,6 @@ since only a single case-insensitive search through the alist is made."
|
|||
("\\.p\\'" . pascal-mode)
|
||||
("\\.pas\\'" . pascal-mode)
|
||||
("\\.\\(dpr\\|DPR\\)\\'" . delphi-mode)
|
||||
("\\.ad[abs]\\'" . ada-mode)
|
||||
("\\.ad[bs]\\.dg\\'" . ada-mode)
|
||||
("\\.\\([pP]\\([Llm]\\|erl\\|od\\)\\|al\\)\\'" . perl-mode)
|
||||
("Imakefile\\'" . makefile-imake-mode)
|
||||
("Makeppfile\\(?:\\.mk\\)?\\'" . makefile-makepp-mode) ; Put this before .mk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue