summaryrefslogtreecommitdiff
path: root/misc/ruby-mode.el
diff options
context:
space:
mode:
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 d6dd824018..f01af9d0af 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.")