]> git.eshelyaron.com Git - emacs.git/commitdiff
(interpreter-mode-alist): Handle nawk.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Sep 1995 19:19:08 +0000 (19:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Sep 1995 19:19:08 +0000 (19:19 +0000)
lisp/files.el

index fc38769f70349c0827cfe389f38c2c15606d450c..a2289337777bcc28def5e1f140e6943c10257886 100644 (file)
@@ -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.