mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
* progmodes/ruby-mode.el (ruby): Add defgroup.
This commit is contained in:
parent
edfd00fa82
commit
44a41a47d1
@ -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…
Reference in New Issue
Block a user