diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-07 02:26:37 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-07 02:26:37 +0000 |
commit | 448ecec3040e81e36c2c3953d3aa214fcc438f29 (patch) | |
tree | 898dbca6b14b09805ae72a862870de1a21c3ebc2 /lisp/files.el | |
parent | 6088b51fd0137358f21fd5fbc352ca0798cb848b (diff) | |
download | emacs-448ecec3040e81e36c2c3953d3aa214fcc438f29.tar.gz |
(auto-mode-alist): Use delphi-mode for .dpr files.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index e20f4695b49..84bceedd381 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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) |