summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-06 05:15:56 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-06 05:15:56 +0000
commitb2b3cec36b893fe2ad958f627ca8ea9a1cd1c00a (patch)
tree213c7d8a8469df4c8291413dbad67cb628849703
parentefb6dc061e15449d38c1a7940743b567b1f9a044 (diff)
numeric.c (num_cmp): define Numeric#<=>, remove Numeric#==.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--misc/ruby-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/ruby-mode.el b/misc/ruby-mode.el
index d1dd46ae08..80adb79d67 100644
--- a/misc/ruby-mode.el
+++ b/misc/ruby-mode.el
@@ -175,6 +175,7 @@
(make-local-variable 'paragraph-ignore-fill-prefix)
(setq paragraph-ignore-fill-prefix t))
+;;;###autoload
(defun ruby-mode ()
"Major mode for editing ruby scripts.
\\[ruby-indent-command] properly indents subexpressions of multi-line