(auto-mode-alist): Use delphi-mode for .dpr files.

This commit is contained in:
Glenn Morris 2009-09-07 02:26:37 +00:00
parent 6088b51fd0
commit 448ecec304
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-09-07 Glenn Morris <rgm@gnu.org>
* files.el (auto-mode-alist): Use delphi-mode for .dpr files.
2009-09-06 Nick Roberts <nickrob@snap.net.nz>
* vc-git.el (vc-git-annotate-command): Use separator to parse

View file

@ -2174,6 +2174,7 @@ since only a single case-insensitive search through the alist is made."
("\\.for\\'" . fortran-mode)
("\\.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)