]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 ef35353bb0fb59187cd52ffe38ded45f5dd7a09f..64dd2af280a3c10ea2964e22f11ac5744f15e090 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 7102e0880ab8847f6f3920463da9bf5bf2a4d392..6d3d50064489a643199cddcbf80573b2d35b3566 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)