]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist) default mode for extension ".pro" set to `idlwave-mode'
authorCarsten Dominik <dominik@science.uva.nl>
Mon, 20 Dec 1999 14:24:13 +0000 (14:24 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Mon, 20 Dec 1999 14:24:13 +0000 (14:24 +0000)
lisp/files.el

index 77fb79eefdfd7da66d14b2644e8a38eaafaa2a90..28827a1c0d42c7e40015e4b3f4f5be0641e82bc0 100644 (file)
@@ -1351,6 +1351,7 @@ in that case, this function acts as if `enable-local-variables' were t."
     ("\\.sim\\'" . simula-mode)
     ("\\.mss\\'" . scribe-mode)
     ("\\.f90\\'" . f90-mode)
+    ("\\.pro\\'" . idlwave-mode)
     ("\\.lsp\\'" . lisp-mode)
     ("\\.awk\\'" . awk-mode)
     ("\\.prolog\\'" . prolog-mode)