# HG changeset patch # User Gerd Moellmann # Date 959081031 0 # Node ID 0e45e6e90467366141aac2147e2e41633ad0695d # Parent c3344026e42e529329a3c684361dd33bd6329347 (sh-ancestor-alist): Add `bash2'. diff -r c3344026e42e -r 0e45e6e90467 lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Tue May 23 11:22:08 2000 +0000 +++ b/lisp/progmodes/sh-script.el Tue May 23 11:23:51 2000 +0000 @@ -226,6 +226,7 @@ (defcustom sh-ancestor-alist '((ash . sh) (bash . jsh) + (bash2 . jsh) (dtksh . ksh) (es . rc) (itcsh . tcsh) @@ -274,6 +275,7 @@ (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