From d4f567a13b86b2d97419c8d12c6b0d2aa0d06881 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 Sep 1995 19:19:08 +0000 Subject: [PATCH] (interpreter-mode-alist): Handle nawk. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2