projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60a9637
)
(interpreter-mode-alist): Add `bash2'.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 23 May 2000 11:22:08 +0000
(11:22 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 23 May 2000 11:22:08 +0000
(11:22 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 43872274a253b06ca3719a61593b0168705dc2c9..0758247b603f35a43451c2fdaa5d25440577736b 100644
(file)
--- 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)