aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rlprompt.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlprompt.tcl b/rlprompt.tcl
index cdd78d4..90a123e 100644
--- a/rlprompt.tcl
+++ b/rlprompt.tcl
@@ -4,7 +4,7 @@
# In order to automatically have readline-editing features
# put this in your $HOME/.jimrc
#
-# if {$jim_interactive} {
+# if {$tcl_interactive} {
# if {[catch {package require rlprompt}] == 0} {
# rlprompt.shell
# }