# HG changeset patch # User Richard M. Stallman # Date 812315948 0 # Node ID 9f60089ce2bb4394569bb823e12fb8e43e5a7066 # Parent b9cc587a5d8b4e9c2d78c664243dd5d9d2f4a732 (interpreter-mode-alist): Handle nawk. diff -r b9cc587a5d8b -r 9f60089ce2bb lisp/files.el --- 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.