unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* documentation called for effect
@ 2002-10-18 11:17 Juanma Barranquero
  2002-10-20  5:34 ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Juanma Barranquero @ 2002-10-18 11:17 UTC (permalink / raw)
  Cc: John Wiegley

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-22  3:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-18 11:17 documentation called for effect Juanma Barranquero
2002-10-20  5:34 ` Richard Stallman
2002-10-21  7:03   ` Juanma Barranquero
2002-10-22  3:13     ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).