Mercurial > emacs
changeset 109967:4653f09a70cf
* progmodes/ruby-mode.el (ruby): Add defgroup.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 24 Aug 2010 16:29:44 -0400 |
parents | ba4a9b0e3879 |
children | 88f25e07e4eb |
files | lisp/ChangeLog lisp/progmodes/ruby-mode.el |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 24 16:20:21 2010 -0400 +++ b/lisp/ChangeLog Tue Aug 24 16:29:44 2010 -0400 @@ -1,3 +1,7 @@ +2010-08-24 Kevin Ryde <user42@zip.com.au> + + * progmodes/ruby-mode.el (ruby): Add defgroup. + 2010-08-24 Chong Yidong <cyd@stupidchicken.com> * progmodes/python.el: Add Ipython support (Bug#5390).
--- a/lisp/progmodes/ruby-mode.el Tue Aug 24 16:20:21 2010 -0400 +++ b/lisp/progmodes/ruby-mode.el Tue Aug 24 16:29:44 2010 -0400 @@ -43,6 +43,11 @@ (eval-when-compile (require 'cl)) +(defgroup ruby nil + "Major mode for editing Ruby code." + :prefix "ruby-" + :group 'languages) + (defconst ruby-keyword-end-re (if (string-match "\\_>" "ruby") "\\_>"