]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add ps-mode for .eps and .ps, case insensitive.
authorGerd Moellmann <gerd@gnu.org>
Tue, 12 Oct 1999 14:53:08 +0000 (14:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 12 Oct 1999 14:53:08 +0000 (14:53 +0000)
lisp/files.el

index ca6e7ec9f79ad793f6d4e1be8ff618e244792067..731f12339f9e6869ae2980acb4e99f03fdf2bcce 100644 (file)
@@ -1379,7 +1379,8 @@ in that case, this function acts as if `enable-local-variables' were t."
     ("\\.smi$" . snmp-mode)
     ("\\.as2$" . snmpv2-mode)
     ("\\.mi2$" . snmpv2-mode)
-    ("\\.sm2$" . snmpv2-mode))
+    ("\\.sm2$" . snmpv2-mode)
+    ("\\.[eE]?[pP][sS]$" . ps-mode))
   "\
 Alist of filename patterns vs corresponding major mode functions.
 Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).