From b2b3cec36b893fe2ad958f627ca8ea9a1cd1c00a Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 6 Dec 2002 05:15:56 +0000 Subject: [PATCH] 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 --- misc/ruby-mode.el | 1 + 1 file changed, 1 insertion(+) 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