From: Gerd Moellmann Date: Tue, 23 May 2000 11:23:51 +0000 (+0000) Subject: (sh-ancestor-alist): Add `bash2'. X-Git-Tag: emacs-pretest-21.0.90~3789 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=457316e9501a5911af96212f18a2efa531ac8db3;p=emacs.git (sh-ancestor-alist): Add `bash2'. --- 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