changeset 29109:0e45e6e90467

(sh-ancestor-alist): Add `bash2'.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 23 May 2000 11:23:51 +0000
parents c3344026e42e
children c06ae9d8e6b0
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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