X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=ad4114f2a7fafe8e0e2750271a03e219cbbb36ac;hb=765f6d412238c7a9c977a778d37b1077e5099681;hp=d0c9f2b4ddb5ebcf060084e08ada05f14edd0923;hpb=53c9df7bcfe5a22f23531e55672dac868a20225c;p=pubmed.git diff --git a/package.lisp b/package.lisp index d0c9f2b..ad4114f 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Jun 2001 ;;;; -;;;; $Id: package.lisp,v 1.1 2003/06/06 22:04:05 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -26,6 +26,7 @@ #:pubmed-condition #:pubmed-query-error #:pubmed-server-error + #:pubmed-condition-response ;; Query functions #:pm-query @@ -58,4 +59,7 @@ #:article-pages #:article-abstract #:article-mesh-headings + + ;; proxy setting + #:*proxy-host* ))