Version 1.102 (other changes not in last commit)
[kmrcl.git] / seqs.lisp
index 4cc4659e9ba7abff3f7c3a4168ff31e407eba790..8ef74673c0c54c4d67fd14f57c2952675e1f0e70 100644 (file)
--- a/seqs.lisp
+++ b/seqs.lisp
@@ -7,8 +7,6 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id$
-;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; KMRCL users are granted the rights to distribute and use this software
@@ -16,7 +14,7 @@
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(in-package :kmrcl)
+(in-package #:kmrcl)
 
 
 (defun nsubseq (sequence start &optional end)