diff --git a/code/hash.lisp b/code/hash.lisp
index bdf6cd6876953a270d2dab2aebfc5b8536dcb8f4..aade9a868af163101edea5f535471391b28d90c2 100644
--- a/code/hash.lisp
+++ b/code/hash.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hash.lisp,v 1.16 1992/05/15 17:53:48 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hash.lisp,v 1.17 1992/05/16 16:12:44 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -409,7 +409,7 @@
 		       (setf bucket (svref vector index))
 		       (,function)))))
 		#',function))))
-       (macrolet ((,function () (funcall ,n-function)))
+       (macrolet ((,function () '(funcall ,n-function)))
 	 ,@body))))