Mercurial > emacs
changeset 5973:628188ceb43b
interpreter-mode-alist: Add modes for awk, gawk, and scm scripts.
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Thu, 17 Feb 1994 05:52:56 +0000 |
parents | ccb0f99750e3 |
children | bee9069f17e3 |
files | lisp/files.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Thu Feb 17 05:40:07 1994 +0000 +++ b/lisp/files.el Thu Feb 17 05:52:56 1994 +0000 @@ -845,7 +845,10 @@ ("wish" . tcl-mode) ("shell" . tcl-mode) ("form" . tcl-mode) - ("tcl" . tcl-mode)) + ("tcl" . tcl-mode) + ("awk" . awk-mode) + ("gawk" . awk-mode) + ("scm" . scheme-mode)) "Alist mapping interpreter names to major modes. This alist applies to files whose first line starts with `#!'. Each element looks like (INTERPRETER . MODE).