From 5afdba242da73679ccf98a272eb1b52ba4aec868 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 6 Sep 2008 22:37:17 +0000 Subject: * 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 --- 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 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.") -- cgit