eliminate lintian warnings
[pubmed.git] / package.lisp
index d0c9f2b4ddb5ebcf060084e08ada05f14edd0923..b7bfe4981a8d820881f240b248b8811e668e7a93 100644 (file)
@@ -7,12 +7,12 @@
 ;;;; 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
 ;;;;
 ;;;; 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)
 ;;;; *************************************************************************
 
@@ -26,7 +26,8 @@
    #:pubmed-condition
    #:pubmed-query-error
    #:pubmed-server-error
-   
+   #:pubmed-condition-response
+
    ;; Query functions
    #:pm-query
    #:pm-fetch-ids
@@ -39,7 +40,7 @@
    #:pm-article
    #:pm-article-set
 
-   ;; pm-article-set accessors 
+   ;; pm-article-set accessors
    #:articles
    #:articles-query
    #:articles-total
@@ -58,4 +59,7 @@
    #:article-pages
    #:article-abstract
    #:article-mesh-headings
+
+   ;; proxy setting
+   #:*proxy-host*
    ))