From: Gerd Moellmann Date: Tue, 23 May 2000 11:22:08 +0000 (+0000) Subject: (interpreter-mode-alist): Add `bash2'. X-Git-Tag: emacs-pretest-21.0.90~3790 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e451c44368053638d08432cb8e31874d7d9ba75;p=emacs.git (interpreter-mode-alist): Add `bash2'. --- diff --git a/lisp/files.el b/lisp/files.el index 43872274a25..0758247b603 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1471,6 +1471,7 @@ REGEXP and search the list again for another match.") ("scm" . scheme-mode) ("ash" . sh-mode) ("bash" . sh-mode) + ("bash2" . sh-mode) ("csh" . sh-mode) ("dtksh" . sh-mode) ("es" . sh-mode)