X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=blobdiff_plain;f=package.lisp;h=b7bfe4981a8d820881f240b248b8811e668e7a93;hp=9ffc3b775474842d27d7b9287908bbcf68e15e8c;hb=fd27e0609fd3f3b2281283eba7b48edcf8b3d23d;hpb=658b0b1957eef3b319ab75da562c768fb6f73861 diff --git a/package.lisp b/package.lisp index 9ffc3b7..b7bfe49 100644 --- a/package.lisp +++ b/package.lisp @@ -12,7 +12,7 @@ ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ;;;; cl-pubmed users are granted the rights to distribute and use this software -;;;; as governed by the terms of the GNU Lesser General Public License +;;;; as governed by the terms of the GNU Lesser General Public License ;;;; (http://www.gnu.org/licenses/lgpl.html) ;;;; ************************************************************************* @@ -27,7 +27,7 @@ #:pubmed-query-error #:pubmed-server-error #:pubmed-condition-response - + ;; Query functions #:pm-query #:pm-fetch-ids @@ -40,7 +40,7 @@ #:pm-article #:pm-article-set - ;; pm-article-set accessors + ;; pm-article-set accessors #:articles #:articles-query #:articles-total @@ -59,4 +59,7 @@ #:article-pages #:article-abstract #:article-mesh-headings + + ;; proxy setting + #:*proxy-host* ))