Skip to content

Commit

Permalink
Merge pull request #33 from djeis97/iterate-patch
Browse files Browse the repository at this point in the history
Simple fix for result-type iterate issue.
  • Loading branch information
vseloved committed Jan 26, 2017
2 parents a1117a6 + 1093f98 commit 23a3af3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/iter.lisp
Expand Up @@ -3000,7 +3000,6 @@ for the keys, the second for the values."
""
;; VALUE: the list so far.
;; TODO: remove the "maybe quoted" idiom from documentation & code
(when (quoted? result-type) (setq result-type (second result-type)))
(when (quoted? place) (setq place (second place)))
(let ((place-string (locally (declare (optimize safety))
(symbol-name place))))
Expand Down

0 comments on commit 23a3af3

Please sign in to comment.