From 632cb36e1412079af467d64e82773ae2d6beac96 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 18 Oct 1991 17:20:26 +0000 Subject: [PATCH] Added a missing ~ in the echo area message. Oops... --- hemlock/lispeval.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hemlock/lispeval.lisp b/hemlock/lispeval.lisp index 6a03ae8e7..8f2bc8622 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))) -- GitLab