From 9b764097363961b2ccb4f110b4d7233350f4e104 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Sat, 5 Sep 1998 23:21:17 +0000 Subject: [PATCH] Add indent definitions for with-package-iterator and with-alien; from the 18b release. --- hemlock/lispmode.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hemlock/lispmode.lisp b/hemlock/lispmode.lisp index 1907e9f26..e89538b28 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. -- GitLab