]> git.eshelyaron.com Git - emacs.git/commitdiff
(sh-ancestor-alist): Add `bash2'.
authorGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 11:23:51 +0000 (11:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 23 May 2000 11:23:51 +0000 (11:23 +0000)
lisp/progmodes/sh-script.el

index fc9284f1f9b8f8af03ad4041c8c9c1f9ebc97ea3..0255eb17ee8b6b194a141a54fcadf0910ecc7ad5 100644 (file)
 (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