Skip to content

Instantly share code, notes, and snippets.

@PuercoPop
Created August 14, 2013 19:20
Show Gist options
  • Save PuercoPop/6234548 to your computer and use it in GitHub Desktop.
Save PuercoPop/6234548 to your computer and use it in GitHub Desktop.
(let ((*git-author* "PuercoPolka")
(*git-email* "[email protected]"))
(declare (special *git-author*)
(special *git-email**))
(and (boundp '*git-author*)
(boundp '*git-email*)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment