aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorDave Love <[email protected]>1999-10-05 11:41:48 +0000
committerDave Love <[email protected]>1999-10-05 11:41:48 +0000
commit3c0abb26d3ed871f12cee7acb277bd8daf46b726 (patch)
tree4e2ce1aafefffbd9db877845ff453e73ccfd29f2 /lisp/files.el
parent1270d7ca6664767a4b250719d255b11d789d1948 (diff)
Recognize temporary crontab files.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 144d79da28..ca6e7ec9f7 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)