From 4546c277c3403c644ba5ee7c6c0448eb89d27a06 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Fri, 3 Jan 2003 18:52:14 +0000 Subject: [PATCH] Undid slipup in previous commit that introduced an empty line at the top of this file, which was otherwise unchanged. --- pcl/methods.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pcl/methods.lisp b/pcl/methods.lisp index 8e54412ac..5fc3cf4f3 100644 --- a/pcl/methods.lisp +++ b/pcl/methods.lisp @@ -1,4 +1,3 @@ - ;;;-*-Mode:LISP; Package: PCL; Base:10; Syntax:Common-lisp -*- ;;; ;;; ************************************************************************* @@ -27,7 +26,7 @@ ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/methods.lisp,v 1.22 2003/01/03 18:50:24 pmai Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/methods.lisp,v 1.23 2003/01/03 18:52:14 pmai Exp $") ;;; (in-package :pcl) -- GitLab