1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(interpreter-mode-alist): Add `bash2'.

This commit is contained in:
Gerd Moellmann 2000-05-23 11:22:08 +00:00
parent 60a963715f
commit 9e451c4436

View file

@ -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)