Changeset 4140


Ignore:
Timestamp:
09/30/03 09:40:43 (20 years ago)
Author:
piso
Message:

%DEFPACKAGE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/PackageFunctions.java

    r3894 r4140  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: PackageFunctions.java,v 1.19 2003-09-19 14:44:10 piso Exp $
     5 * $Id: PackageFunctions.java,v 1.20 2003-09-30 09:40:43 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    303303                    Package p = Packages.findPackage(string.getValue());
    304304                    if (p == null)
    305                         throw new ConditionThrowable(new LispError(String.valueOf(obj)) +
    306                                             " is not the name of a package");
     305                        throw new ConditionThrowable(new LispError(String.valueOf(obj) +
     306                                                                   " is not the name of a package"));
    307307                    pkg.usePackage(p);
    308308                }
Note: See TracChangeset for help on using the changeset viewer.