aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKevin Ryde <[email protected]>2010-08-24 16:29:44 -0400
committerChong Yidong <[email protected]>2010-08-24 16:29:44 -0400
commit44a41a47d1ed7f2f2d8bd583e5f5d76d49bba0a0 (patch)
tree0d2231c8dc865c42664538a0c56be558e3664151 /lisp
parentedfd00fa82735b6930c714d32884093718c4a951 (diff)
* progmodes/ruby-mode.el (ruby): Add defgroup.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/ruby-mode.el5
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b273f017b7..48a8938c35 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-24 Kevin Ryde <[email protected]>
+
+ * progmodes/ruby-mode.el (ruby): Add defgroup.
+
2010-08-24 Chong Yidong <[email protected]>
* progmodes/python.el: Add Ipython support (Bug#5390).
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index a75c5b01bb..0b92234bf1 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -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")
"\\_>"