sigma / magit-gh-pulls

Magit plugin for dealing with GitHub pull requests
254 stars 48 forks source link

Use cl-lib for cl functions #88

Closed ibrahima closed 8 years ago

ibrahima commented 8 years ago

For some reason, the MELPA installed version didn't work for me because of the cl functions not being namespaced. I switched the few cl function calls to use the namespaced versions, and made the dependency on cl-lib explicit.

alexander-yakushev commented 8 years ago

Why did you turn map into cl-map when it is only a name of a let binding?

ibrahima commented 8 years ago

Oh oops, because I wasn't paying attention, sorry! Will fix in a second. Was wondering why it was still broken lol.

alexander-yakushev commented 8 years ago

Thank you!