Skip to content

Commit

Permalink
Don't promise the value of *file* in the REPL
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
  • Loading branch information
trptcolin authored and stuarthalloway committed Aug 14, 2013
1 parent 97ab7e7 commit 469005f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/clojure/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5806,7 +5806,7 @@
(add-doc-and-meta *file*
"The path of the file being evaluated, as a String.
Evaluates to nil when there is no file, eg. in the REPL."
When there is no file, e.g. in the REPL, the value is not defined."
{:added "1.0"})

(add-doc-and-meta *command-line-args*
Expand Down

0 comments on commit 469005f

Please sign in to comment.