summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2011-05-27 16:33:48 -0300
committerStefan Monnier <monnier@iro.umontreal.ca>2011-05-27 16:33:48 -0300
commit7a6b1aef76c5e2afdd72b4ce44c27452f7c972ef (patch)
tree5d3d0a25ce34a2999a238bae452f754e738fca6a /lisp/files.el
parentfb1ac845caea7da6ba98b93c3d67fa67c651b8ef (diff)
downloademacs-7a6b1aef76c5e2afdd72b4ce44c27452f7c972ef.tar.gz
emacs-7a6b1aef76c5e2afdd72b4ce44c27452f7c972ef.tar.bz2
emacs-7a6b1aef76c5e2afdd72b4ce44c27452f7c972ef.zip
* lisp/files.el (interpreter-mode-alist): Add rbash.
Fixes: debbugs:8745
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 7102e0880ab..6d3d5006448 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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)