Mercurial > emacs
changeset 25868:5b140e9ad7ef
Recognize temporary crontab files.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 05 Oct 1999 11:41:48 +0000 |
parents | 95732eb5af6e |
children | 620e4683a89e |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue Oct 05 11:10:25 1999 +0000 +++ b/lisp/files.el Tue Oct 05 11:41:48 1999 +0000 @@ -1372,6 +1372,7 @@ ;; _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)