diff options
author | David Michael <fedora.dm0@gmail.com> | 2011-05-27 16:33:48 -0300 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-05-27 16:33:48 -0300 |
commit | 7a6b1aef76c5e2afdd72b4ce44c27452f7c972ef (patch) | |
tree | 5d3d0a25ce34a2999a238bae452f754e738fca6a /lisp/files.el | |
parent | fb1ac845caea7da6ba98b93c3d67fa67c651b8ef (diff) | |
download | emacs-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.el | 1 |
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) |