summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/irb/context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/context.rb b/lib/irb/context.rb
index b4c687ca40..5e07f5dfb0 100644
--- a/lib/irb/context.rb
+++ b/lib/irb/context.rb
@@ -54,7 +54,7 @@ module IRB
warn <<~MSG.strip
USE_REIDLINE is deprecated, please use USE_RELINE instead.
MSG
- @use_multiline = IRB.conf[:USE_RELINE]
+ @use_multiline = IRB.conf[:USE_REIDLINE]
else
@use_multiline = nil
end