Skip to content
Snippets Groups Projects
Commit a570a6a7 authored by dtc's avatar dtc
Browse files

Really remove the macro for LOCALLY, which is now a special form.

parent 182f89d3
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/code/macros.lisp,v 1.64 2000/10/06 15:11:32 dtc Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/macros.lisp,v 1.65 2000/10/06 15:19:59 dtc Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1527,11 +1527,6 @@
;;;; Miscellaneous macros:
#+nil
(defmacro locally (&rest forms)
"A form providing a container for locally-scoped variables."
`(let () ,@forms))
(defmacro psetq (&rest pairs)
(do ((lets nil)
(setqs nil)
......
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