From 0d52c58f1e8941c4c08182710abcb327489b8c99 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 27 Jul 2008 18:19:33 +0200 Subject: Use DEFUN in order to redefine functions used to implement DEFUN after it has been defined itself. --- defun-0.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 defun-0.lisp (limited to 'defun-0.lisp') diff --git a/defun-0.lisp b/defun-0.lisp new file mode 100644 index 0000000..5b95711 --- /dev/null +++ b/defun-0.lisp @@ -0,0 +1,5 @@ +(%defmacro* defun args + `(%defun* ,@args)) + +(%defmacro* defmacro args + `(%defmacro* ,@args)) -- cgit v1.2.3