1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(auto-mode-alist): Add .PRO as per above autoload.

This commit is contained in:
Glenn Morris 2008-10-03 07:13:31 +00:00
parent 07c5e6619b
commit 4998f83947
2 changed files with 6 additions and 1 deletions

View 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.

View 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