flymake-guile-args: Change type to '(repeat string).
Remove flymake-guile-guild-has-compile-p.
Fix flymake-guile-add-hook, formatting.
Don't backqoute lambda, add error handling.
flymake-guile-add-hook: Don't need backqoute lambda.
Add Homepage, Version, Package-Requires headers.
Add commentary, fix keywords
Update.
* flymake-guile.el:
Delete: flymake-guile--guild-has-compile, flymake-guile--check-shell-guild-compile
functions.
[flymake-guile-setup]: Remove guile-mode-hook
[flymake-guile--lint-done]: Rename local variable source-buffer-name -> source-buffer-file-name and
replace with-current-buffer with buffer-local-value.
[flymake-guile-lint]: Make the *flymake-guile-lint* buffer ephemeral
[flymake-guile-lint-if-possible, flymake-guile-add-hook]: Remove unnecessary code.