[climacs-cvs] CVS update: climacs/lisp-syntax.lisp
Robert Strandh
rstrandh at common-lisp.net
Tue Jul 12 06:02:04 UTC 2005
Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv27474
Modified Files:
lisp-syntax.lisp
Log Message:
Indentation for `defmacro'.
Date: Tue Jul 12 08:02:00 2005
Author: rstrandh
Index: climacs/lisp-syntax.lisp
diff -u climacs/lisp-syntax.lisp:1.11 climacs/lisp-syntax.lisp:1.12
--- climacs/lisp-syntax.lisp:1.11 Tue Jul 12 07:47:39 2005
+++ climacs/lisp-syntax.lisp Tue Jul 12 08:01:59 2005
@@ -1231,6 +1231,7 @@
(define-simple-indentor (let indent-bindings))
(define-simple-indentor (let* indent-bindings))
(define-simple-indentor (defun indent-list indent-lambda-list))
+(define-simple-indentor (defmacro indent-list indent-lambda-list))
(define-simple-indentor (with-slots indent-list))
(define-simple-indentor (when indent-form))
(define-simple-indentor (unless indent-form))
More information about the Climacs-cvs
mailing list