1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

* lisp/files.el (interpreter-mode-alist): Add rbash.

Fixes: debbugs:8745
This commit is contained in:
David Michael 2011-05-27 16:33:48 -03:00 committed by Stefan Monnier
parent fb1ac845ca
commit 7a6b1aef76
2 changed files with 5 additions and 0 deletions

View File

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

View File

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