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:
parent
07c5e6619b
commit
4998f83947
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user