]> git.eshelyaron.com Git - emacs.git/commitdiff
Recognize temporary crontab files.
authorDave Love <fx@gnu.org>
Tue, 5 Oct 1999 11:41:48 +0000 (11:41 +0000)
committerDave Love <fx@gnu.org>
Tue, 5 Oct 1999 11:41:48 +0000 (11:41 +0000)
lisp/files.el

index 144d79da28e090b2631ff3273c3854c60ac58ad8..ca6e7ec9f79ad793f6d4e1be8ff618e244792067 100644 (file)
@@ -1372,6 +1372,7 @@ in that case, this function acts as if `enable-local-variables' were t."
     ;; _emacs following a directory delimiter
     ;; in MsDos syntax
     ("[:/]_emacs\\'" . emacs-lisp-mode)
+    ("/crontab\\.X*[0-9]+\\'" . shell-script-mode)
     ("\\.ml\\'" . lisp-mode)
     ("\\.asn$" . snmp-mode)
     ("\\.mib$" . snmp-mode)