kiwanami / emacs-deferred

Simple asynchronous functions for emacs lisp
GNU General Public License v3.0
312 stars 43 forks source link

Fix missing argument #13

Closed syohex closed 10 years ago

syohex commented 10 years ago

chain should be passed to cc:generator-line. chain is found because Emacs Lisp uses dynamic scoping however it is better to pass argument explicitly.