Mercurial > emacs
changeset 98475:2c7f6673441b
(auto-mode-alist): Add .PRO as per above autoload.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 03 Oct 2008 07:13:14 +0000 |
parents | c87fbd4cc2c4 |
children | cf237e746d8c |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Fri Oct 03 07:13:01 2008 +0000 +++ b/lisp/files.el Fri Oct 03 07:13:14 2008 +0000 @@ -2067,7 +2067,7 @@ ("\\.mss\\'" . scribe-mode) ("\\.f9[05]\\'" . f90-mode) ("\\.indent\\.pro\\'" . fundamental-mode) ; to avoid idlwave-mode - ("\\.pro\\'" . idlwave-mode) + ("\\.\\(pro\\|PRO\\)\\'" . idlwave-mode) ("\\.prolog\\'" . prolog-mode) ("\\.tar\\'" . tar-mode) ;; The list of archive file extensions should be in sync with