From 7424833158ab053790f4e23ac1c4a5178eadbbdb Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Sep 1999 07:14:18 +0000 Subject: 19990920 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- misc/ruby-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/ruby-mode.el b/misc/ruby-mode.el index 667cad30d..2875608f0 100644 --- a/misc/ruby-mode.el +++ b/misc/ruby-mode.el @@ -47,7 +47,7 @@ ruby-block-end-re "\\)\\>\\|\\}\\|\\]\\)") ) -(defconst ruby-operator-chars ",.+*/%-&|^~=<>:") +(defconst ruby-operator-chars "-,.+*/%&|^~=<>:") (defconst ruby-operator-re (concat "[" ruby-operator-chars "]")) (defconst ruby-symbol-chars "a-zA-Z0-9_") -- cgit