From 457316e9501a5911af96212f18a2efa531ac8db3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 23 May 2000 11:23:51 +0000 Subject: [PATCH] (sh-ancestor-alist): Add `bash2'. --- lisp/progmodes/sh-script.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index fc9284f1f9b..0255eb17ee8 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -226,6 +226,7 @@ (defcustom sh-ancestor-alist '((ash . sh) (bash . jsh) + (bash2 . jsh) (dtksh . ksh) (es . rc) (itcsh . tcsh) @@ -274,6 +275,7 @@ sh Bourne Shell (ksh . pdksh))) ;; for the time being '((ksh . ksh88) + (bash2 . bash) (sh5 . sh))) "*Alist for transforming shell names to what they really are. Use this where the name of the executable doesn't correspond to the type of -- 2.39.5