[slime-cvs] CVS update: slime/nregex.lisp
Helmut Eller
heller at common-lisp.net
Fri Jun 10 17:54:01 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv25776
Modified Files:
nregex.lisp
Log Message:
Rename package to avoid name clashes with other version of this file.
Date: Fri Jun 10 19:54:01 2005
Author: heller
Index: slime/nregex.lisp
diff -u slime/nregex.lisp:1.2 slime/nregex.lisp:1.3
--- slime/nregex.lisp:1.2 Mon Apr 26 14:30:18 2004
+++ slime/nregex.lisp Fri Jun 10 19:54:00 2005
@@ -26,8 +26,11 @@
(in-package :cl-user)
+;; Renamed to slime-nregex avoid name clashes with other versions of
+;; this file. -- he
+
;;;; CND - 6/3/2001
-(defpackage nregex
+(defpackage slime-nregex
(:use #:common-lisp)
(:export
#:regex
@@ -35,7 +38,7 @@
))
;;;; CND - 6/3/2001
-(in-package :nregex)
+(in-package :slime-nregex)
;;;
;;; First we create a copy of macros to help debug the beast
More information about the slime-cvs
mailing list