Closed syohex closed 9 years ago
Thanks, @syohex! I didn't know about cl-flet, cl-labels before.
I temporary reverted this merge, because I've started to get exception when I'm trying to switch to details page:
mapcar: Symbol's function definition is void: convert-item
Ah, sorry. I suppose I should use #'convert-item
instead of 'convert-item
Could you try following patch ? I use #'convert-item instead of 'convert-item
Thanks, it's worked!
We should use cl-lables or similar API for defining local functions.