* lisp/files.el (interpreter-mode-alist): Add rbash.
authorDavid Michael <fedora.dm0@gmail.com>
Fri, 27 May 2011 19:33:48 +0000 (16:33 -0300)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 27 May 2011 19:33:48 +0000 (16:33 -0300)
Fixes: debbugs:8745

lisp/ChangeLog
lisp/files.el

index ef35353..64dd2af 100644 (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
index 7102e08..6d3d500 100644 (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)