Skip to content
Snippets Groups Projects
Commit 30522560 authored by gerd's avatar gerd
Browse files

* src/hemlock/main.lisp (ed): Undefined variable used with

	function-lambda-expression.
parent f7804071
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/main.lisp,v 1.16 2003/02/25 15:18:34 emarsden Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/main.lisp,v 1.17 2003/07/24 14:31:25 gerd Rel $")
;;;
;;; **********************************************************************
;;;
......@@ -292,7 +292,7 @@
(delete-region (buffer-region buffer))
(with-output-to-mark
(*standard-output* (buffer-point buffer))
(eval `(pprint (function-lambda-expression function)))
(eval `(pprint (function-lambda-expression #',x)))
(terpri)
(ed::change-to-buffer buffer)
(buffer-start (buffer-point buffer)))))
......
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