summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-28 19:19:08 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-28 19:19:08 +0000
commit3efc996b7d558024518acef84e5c60f7152ed012 (patch)
tree0d0f50dd196316785c0d0e3c748b142fd322604a /lisp/files.el
parent409a60967cd2e5613155d4bfed9b18d4404db96d (diff)
downloademacs-3efc996b7d558024518acef84e5c60f7152ed012.tar.gz
(interpreter-mode-alist): Handle nawk.
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 fc38769f703..a2289337777 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -956,6 +956,7 @@ REGEXP and search the list again for another match.")
("tcl" . tcl-mode)
("tclsh" . tcl-mode)
("awk" . awk-mode)
+ ("nawk" . awk-mode)
("gawk" . awk-mode)
("scm" . scheme-mode))
"Alist mapping interpreter names to major modes.