diff --git a/hemlock/lispmode.lisp b/hemlock/lispmode.lisp index 1907e9f26a2fce113ee5b3c4ec2589b289887d1c..e89538b28b90bbd3b2882e9c7caf44be24575b11 100644 --- a/hemlock/lispmode.lisp +++ b/hemlock/lispmode.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.8 1998/04/10 11:14:54 pw Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.9 1998/09/05 23:21:17 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -889,6 +889,7 @@ (defindent "with-open-file" 1) (defindent "with-open-stream" 1) (defindent "with-output-to-string" 1) +(defindent "with-package-iterator" 1) ;;; Error/condition system forms. ;;; @@ -990,6 +991,9 @@ (defindent "with-lock-held" 1) (defindent "process-wait" 1) +;;; Alien forms. +(defindent "with-alien" 1) + ;;;; Indentation.