Skip to content
Snippets Groups Projects
Commit c3248b4e authored by pw's avatar pw
Browse files

defindent for with-accessors and print-unreadable-object.

parent 0d7a4c95
No related branches found
No related tags found
No related merge requests found
......@@ -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.4 1994/10/31 04:50:12 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.5 1997/06/05 13:19:38 pw Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -849,6 +849,7 @@
(defindent "defconstant" 1)
(defindent "define-setf-method" 2)
(defindent "defmacro" 2)
(defindent "defpackage" 1)
(defindent "defparameter" 1)
(defindent "defstruct" 1)
(defindent "deftype" 2)
......@@ -961,9 +962,11 @@
;;; CLOS forms.
;;;
(defindent "with-slots" 1)
(defindent "with-slots*" 2)
(defindent "with-accessors*" 2)
(defindent "with-slots*" 2) ; obsolete
(defindent "with-accessors 2)
(defindent "with-accessors*" 2) ; obsolete
(defindent "defclass" 2)
(defindent "print-unreadable-object" 1)
;;; System forms.
;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment