Skip to content

Commit

Permalink
Merge pull request #17 from syohex/undeclared-variable
Browse files Browse the repository at this point in the history
Fix free variable issue
  • Loading branch information
vapniks committed Dec 4, 2015
2 parents a86d3b6 + 57f0957 commit 4cb9f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-readme.el
Expand Up @@ -936,7 +936,7 @@ If N is provided return all matches of the Nth subexpression of REGEX."
(let ((lst (org-readme-get-matches
"(\\(?:cl-\\)?def\\(?:un\\|macro\\)[*]?[ \t\n]+\\([^ \t\n]+\\)" 1))
(readme (org-readme-find-readme))
tmp ret1 ret2 ret)
tmp ret1 ret2 ret3 ret)
(cl-flet ((fd (x)
(with-temp-buffer
(insert x)
Expand Down

0 comments on commit 4cb9f76

Please sign in to comment.