]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add .PRO as per above autoload.
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Oct 2008 07:13:31 +0000 (07:13 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Oct 2008 07:13:31 +0000 (07:13 +0000)
lisp/ChangeLog
lisp/files.el

index 97aa25e016efd89bec790507093eb2449b15c2f0..4e46f35d184edd34004c0a5b0df99c7eea920202 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-03  Glenn Morris  <rgm@gnu.org>
+
+       * 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  <dann@ics.uci.edu>
 
        * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
index 090556663e648dac74454bd29b1680b52c880c44..439223e1f09b5a0a2b30ff9c2247d6edeef84d67 100644 (file)
@@ -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