* progmodes/ruby-mode.el (ruby): Add defgroup.
This commit is contained in:
parent
edfd00fa82
commit
44a41a47d1
2 changed files with 9 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
"\\_>"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue