Skip to content

Commit

Permalink
Send the complete ns form in interactive eval requests
Browse files Browse the repository at this point in the history
  • Loading branch information
cichli committed Mar 17, 2015
1 parent 59671a7 commit fc6327b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cider-interaction.el
Original file line number Diff line number Diff line change
Expand Up @@ -1447,8 +1447,6 @@ START-POS is a starting position of the form in the original context."
((or (null cur-ns-form)
(cider-ns-form-p form))
"")
((string= cur-ns-form cider--cached-ns-form)
(format "(ns %s)" (cider-current-ns)))
((null cider--cached-ns-form)
cur-ns-form)
(t
Expand Down

0 comments on commit fc6327b

Please sign in to comment.