* lisp/files.el (interpreter-mode-alist): Add rbash.
Fixes: debbugs:8745
This commit is contained in:
parent
fb1ac845ca
commit
7a6b1aef76
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-05-27 David Michael <fedora.dm0@gmail.com>
|
||||
|
||||
* files.el (interpreter-mode-alist): Add rbash (bug#8745).
|
||||
|
||||
2011-05-27 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* select.el: Support clipboard managers with built-in function
|
||||
|
|
|
@ -2523,6 +2523,7 @@ and `magic-mode-alist', which determines modes based on file contents.")
|
|||
("ksh" . sh-mode)
|
||||
("oash" . sh-mode)
|
||||
("pdksh" . sh-mode)
|
||||
("rbash" . sh-mode)
|
||||
("rc" . sh-mode)
|
||||
("rpm" . sh-mode)
|
||||
("sh" . sh-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue