Changeset 3340

Show
Ignore:
Timestamp:
06/25/08 10:02:51 (7 months ago)
Author:
edi
Message:

Add docstring

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/thirdparty/cl-webdav/specials.lisp

    r3339 r3340  
    11;;; -*- Mode: LISP; Syntax: COMMON-LISP; Package: CL-WEBDAV; Base: 10 -*- 
    2 ;;; $Header: /usr/local/cvsrep/cl-webdav/specials.lisp,v 1.9 2007/04/18 19:21:01 edi Exp $ 
     2;;; $Header: /usr/local/cvsrep/cl-webdav/specials.lisp,v 1.10 2008/06/25 08:02:17 edi Exp $ 
    33 
    44;;; Copyright (c) 2007, Dr. Edmund Weitz.  All rights reserved. 
     
    3838 
    3939(defun constantly-nil (&rest args) 
     40  "Does the same as the result of \(CONSTANTLY NIL)." 
    4041  (declare (ignore args)) 
    4142  nil) 
    4243 
    4344(defconstant +dav-property-alist+ 
    44   `(("creationdate" . creation-date) 
     45  '(("creationdate" . creation-date) 
    4546    ("displayname" . resource-display-name) 
    4647    ("getcontentlength" . get-content-length)