From: Dave Love Date: Tue, 5 Oct 1999 11:41:48 +0000 (+0000) Subject: Recognize temporary crontab files. X-Git-Tag: emacs-pretest-21.0.90~6574 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c0abb26d3ed871f12cee7acb277bd8daf46b726;p=emacs.git Recognize temporary crontab files. --- diff --git a/lisp/files.el b/lisp/files.el index 144d79da28e..ca6e7ec9f79 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)