sigma / magit-gh-pulls

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

`Symbol's function definition is void: repo` error on emacs 24.5.1 #102

Open et2010 opened 7 years ago

et2010 commented 7 years ago

Symbol's function definition is void: repo I run into this error when I try to create a PR. I guess it's a compatiblity issue since emacs 24 does not have a when-let function. Is there a fix for this? Thanks!

diasjorge commented 7 years ago

I changed in the code "when-let" for "-when-let" which is provided by dash.el and this fixed it.