diff --git a/hemlock/lispeval.lisp b/hemlock/lispeval.lisp
index 6a03ae8e710c957b6a0008d027ef8d475d7498cb..8f2bc8622fc5c55f9b9e58dbaf347a5ed2a78ea2 100644
--- a/hemlock/lispeval.lisp
+++ b/hemlock/lispeval.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispeval.lisp,v 1.1.1.6 1991/10/01 17:23:04 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispeval.lisp,v 1.1.1.7 1991/10/18 17:20:26 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -162,7 +162,7 @@
 	 (line (mark-line
 		(buffer-end-mark
 		 (server-info-background-buffer server))))
-	 (message (format nil "~:(~A~) ~@[in ~A ]during ~A."
+	 (message (format nil "~:(~A~) ~@[in ~A ~]during ~A."
 			  severity
 			  function
 			  (note-context note)))