Skip to content
Snippets Groups Projects
Commit 14d9dded authored by wlott's avatar wlott
Browse files

Export things like *describe-print-level* from EXT, not LISP.

parent bd594b3c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.16 1991/12/20 19:09:54 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.17 1992/01/30 07:24:10 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -23,9 +23,13 @@ ...@@ -23,9 +23,13 @@
;;; ;;;
(in-package "LISP") (in-package "LISP")
(export '(describe))
(export '(describe *describe-level* *describe-verbose* *describe-print-level* (in-package "EXT")
*describe-print-length* *describe-indentation*)) (export '(*describe-level* *describe-verbose* *describe-print-level*
*describe-print-length* *describe-indentation*))
(in-package "LISP")
;;;; DESCRIBE public switches. ;;;; DESCRIBE public switches.
......
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