emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

documentation called for effect


From: Juanma Barranquero
Subject: documentation called for effect
Date: Fri, 18 Oct 2002 13:17:30 +0200

From eshell/esh-util:

> (unless (fboundp 'directory-files-and-attributes)
>   (defun directory-files-and-attributes (dir &optional full match nosort)
>     (documentation 'directory-files)
>     (let ((dir (expand-file-name dir)) ange-cache)
>       (mapcar
>        (function
>       (lambda (file)
>         (cons file (eshell-file-attributes (expand-file-name file dir)))))
>        (directory-files dir full match nosort)))))

I don't think the call to `documentation' is getting the intended effect...

                                                           /L/e/k/t/u





reply via email to

[Prev in Thread] Current Thread [Next in Thread]