summaryrefslogtreecommitdiffstats
path: root/misc/ruby-mode.el
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-06 22:37:17 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-06 22:37:17 +0000
commit5afdba242da73679ccf98a272eb1b52ba4aec868 (patch)
tree0a8698a73d950a9c3e885c4b36d1058102b63b8a /misc/ruby-mode.el
parent62b4f2dc0930819e6ba08abbbc183e68c0b4794c (diff)
downloadruby-5afdba242da73679ccf98a272eb1b52ba4aec868.tar.gz
ruby-5afdba242da73679ccf98a272eb1b52ba4aec868.tar.xz
ruby-5afdba242da73679ccf98a272eb1b52ba4aec868.zip
* misc/ruby-mode.el: fix a variable-name error.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'misc/ruby-mode.el')
-rw-r--r--misc/ruby-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ruby-mode.el b/misc/ruby-mode.el
index d6dd82401..f01af9d0a 100644
--- a/misc/ruby-mode.el
+++ b/misc/ruby-mode.el
@@ -50,7 +50,7 @@
(regexp-opt ruby-block-mid-keywords)
"Regexp to match where the indentation gets shallower in middle of block statements.")
-(defconst ruby-block-ops
+(defconst ruby-block-op-keywords
'("and" "or" "not")
"Block operators.")