[climacs-cvs] CVS climacs
rstrandh
rstrandh at common-lisp.net
Tue Feb 7 17:51:36 UTC 2006
Update of /project/climacs/cvsroot/climacs
In directory common-lisp:/tmp/cvs-serv8240
Modified Files:
lisp-syntax.lisp
Log Message:
Added indentation for `print-logical-block'.
--- /project/climacs/cvsroot/climacs/lisp-syntax.lisp 2006/02/07 15:21:30 1.43
+++ /project/climacs/cvsroot/climacs/lisp-syntax.lisp 2006/02/07 17:51:36 1.44
@@ -1951,6 +1951,7 @@
(define-simple-indentor (defparameter indent-form))
(define-simple-indentor (defconstant indent-form))
(define-simple-indentor (lambda indent-ordinary-lambda-list))
+(define-simple-indentor (pprint-logical-block indent-list))
;;; non-simple-cases: LOOP, MACROLET, FLET, LABELS
More information about the Climacs-cvs
mailing list