projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1545f28
)
* lisp/files.el (auto-mode-alist): delete ada-mode; now in GNU ELPA only
author
Stephen Leake
<stephen_leake@stephe-leake.org>
Fri, 7 Aug 2020 11:43:18 +0000
(
04:43
-0700)
committer
Stephen Leake
<stephen_leake@stephe-leake.org>
Fri, 7 Aug 2020 11:43:18 +0000
(
04:43
-0700)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 742fd78df1dc8be441cda67179eeb9fa32e49af6..1909669346154def54c698047ae11c07e3f01300 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-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