From 5d9b2c033ef1017c11a3ae77a8e1c25e772c8301 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 7 Oct 1994 20:48:51 +0000 Subject: [PATCH] Flush extra ) --- hemlock/winimage.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hemlock/winimage.lisp b/hemlock/winimage.lisp index e0f378846..faa4d4e8a 100644 --- a/hemlock/winimage.lisp +++ b/hemlock/winimage.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/winimage.lisp,v 1.2 1991/02/08 16:39:13 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/winimage.lisp,v 1.3 1994/10/07 20:48:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -25,7 +25,7 @@ (setf (dis-line-line (car the-sentinel)) (make-line :number most-positive-fixnum :chars "")) (setf (dis-line-position (car the-sentinel)) most-positive-fixnum) -(setf (dis-line-old-chars (car the-sentinel)) :unique-thing)) +(setf (dis-line-old-chars (car the-sentinel)) :unique-thing) (defconstant unaltered-bits #b000 -- GitLab