Skip to content

Commit

Permalink
Revert "Rely less on undocumented features"
Browse files Browse the repository at this point in the history
This reverts commit 9adc966.
  • Loading branch information
technomancy committed Jan 6, 2014
1 parent 243a991 commit 49d405c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leiningen-core/src/leiningen/core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@
(if (or (-> left meta :prepend)
(-> right meta :prepend))
(-> (concat right left)
(with-meta (merge (or (meta left) {})
(select-keys (or (meta right) {}) [:displace]))))
(with-meta (merge (meta left)
(select-keys (meta right) [:displace]))))
(concat left right))

(= (class left) (class right)) right
Expand Down

0 comments on commit 49d405c

Please sign in to comment.