From: Richard M. Stallman Date: Thu, 28 Sep 1995 19:19:08 +0000 (+0000) Subject: (interpreter-mode-alist): Handle nawk. X-Git-Tag: emacs-19.34~2769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4f567a13b86b2d97419c8d12c6b0d2aa0d06881;p=emacs.git (interpreter-mode-alist): Handle nawk. --- 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.