changeset 13091:9f60089ce2bb

(interpreter-mode-alist): Handle nawk.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Sep 1995 19:19:08 +0000
parents b9cc587a5d8b
children 6b853a17f397
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Thu Sep 28 02:34:44 1995 +0000
+++ b/lisp/files.el	Thu Sep 28 19:19:08 1995 +0000
@@ -956,6 +956,7 @@
     ("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.