From 9e451c44368053638d08432cb8e31874d7d9ba75 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 23 May 2000 11:22:08 +0000 Subject: [PATCH] (interpreter-mode-alist): Add `bash2'. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/files.el b/lisp/files.el index 43872274a25..0758247b603 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1471,6 +1471,7 @@ REGEXP and search the list again for another match.") ("scm" . scheme-mode) ("ash" . sh-mode) ("bash" . sh-mode) + ("bash2" . sh-mode) ("csh" . sh-mode) ("dtksh" . sh-mode) ("es" . sh-mode) -- 2.39.5