(auto-mode-alist): Use delphi-mode for .dpr files.
This commit is contained in:
parent
6088b51fd0
commit
448ecec304
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue