diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef35353bb0f..64dd2af280a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-05-27 David Michael + + * files.el (interpreter-mode-alist): Add rbash (bug#8745). + 2011-05-27 Chong Yidong * select.el: Support clipboard managers with built-in function 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)