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

Remove the macro for LOCALLY, which is now a special form; from Raymond Toy.

parent 672d9d36
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/macros.lisp,v 1.63 2000/08/10 10:55:24 dtc Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/macros.lisp,v 1.64 2000/10/06 15:11:32 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1527,6 +1527,7 @@ ...@@ -1527,6 +1527,7 @@
;;;; Miscellaneous macros: ;;;; Miscellaneous macros:
#+nil
(defmacro locally (&rest forms) (defmacro locally (&rest forms)
"A form providing a container for locally-scoped variables." "A form providing a container for locally-scoped variables."
`(let () ,@forms)) `(let () ,@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