Skip to content

Instantly share code, notes, and snippets.

@daniel-cussen
Created March 1, 2011 23:24
Show Gist options
  • Save daniel-cussen/850116 to your computer and use it in GitHub Desktop.
Save daniel-cussen/850116 to your computer and use it in GitHub Desktop.
Macro-caller function
(defun macro-caller (x y)
(eval `(macro-in-question ,x ,y)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment