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:
parent
fb1ac845ca
commit
7a6b1aef76
@ -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…
Reference in New Issue
Block a user