From: Glenn Morris Date: Fri, 3 Oct 2008 07:13:31 +0000 (+0000) Subject: (auto-mode-alist): Add .PRO as per above autoload. X-Git-Tag: emacs-pretest-23.0.90~2672 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4998f839473b36aad25ff159756a036c5259de4f;p=emacs.git (auto-mode-alist): Add .PRO as per above autoload. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97aa25e016e..4e46f35d184 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-10-03 Glenn Morris + + * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload. + * files.el (auto-mode-alist): Add .PRO as per above autoload. + 2008-10-03 Dan Nicolaescu * vc-dir.el (vc-dir-mode): Don't create the ewoc header here. diff --git a/lisp/files.el b/lisp/files.el index 090556663e6..439223e1f09 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2067,7 +2067,7 @@ since only a single case-insensitive search through the alist is made." ("\\.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