Skip to content
Snippets Groups Projects
Commit 4ff431bc authored by wlott's avatar wlott
Browse files

Removed an extra ).

parent 8c5c56b5
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/package.lisp,v 1.19 1992/05/15 18:47:48 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/package.lisp,v 1.20 1992/05/15 19:11:22 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1191,8 +1191,10 @@
(setq s (make-symbol name))
(%set-symbol-package s package)
(add-symbol internal s))
(pushnew s (package-%shadowing-symbols package))))))
(pushnew s (package-%shadowing-symbols package)))))
t)
;;; Use-Package -- Public
;;;
......
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