comparison lisp/find-dired.el @ 2230:6314334d7c2b

Add standard library headers.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 17 Mar 1993 15:58:09 +0000
parents e16f52a7c9f9
children b65cf676a09b
comparison
equal deleted inserted replaced
2229:bd3c525fa6fc 2230:6314334d7c2b
1 ;; find-dired.el --- run a `find' command and dired the output 1 ;;; find-dired.el --- run a `find' command and dired the output
2 2
3 ;;; Copyright (C) 1992 Free Software Foundation, Inc. 3 ;;; Copyright (C) 1992 Free Software Foundation, Inc.
4 4
5 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>, 5 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>,
6 ;; Sebastian Kremer <sk@thp.uni-koeln.de> 6 ;; Sebastian Kremer <sk@thp.uni-koeln.de>
7 ;; Maintainer: Sebastian Kremer <sk@thp.uni-koeln.de> 7 ;; Maintainer: Sebastian Kremer <sk@thp.uni-koeln.de>
8 ;; Keywords: unix 8 ;; Keywords: unix
9 9
10 (defconst find-dired-version (substring "$Revision: 1.15 $" 11 -2) 10 (defconst find-dired-version (substring "$Revision: 1.10 $" 11 -2)
11 "$Id: find-dired.el,v 1.15 1992/09/26 11:48:45 sk Exp $") 11 "$Id: find-dired.el,v 1.10 1992/09/27 01:24:00 roland Exp eric $")
12 12
13 ;;; This program is free software; you can redistribute it and/or modify 13 ;;; This program is free software; you can redistribute it and/or modify
14 ;;; it under the terms of the GNU General Public License as published by 14 ;;; it under the terms of the GNU General Public License as published by
15 ;;; the Free Software Foundation; either version 1, or (at your option) 15 ;;; the Free Software Foundation; either version 1, or (at your option)
16 ;;; any later version. 16 ;;; any later version.
31 ;; LISPDIR ENTRY for the Elisp Archive =============================== 31 ;; LISPDIR ENTRY for the Elisp Archive ===============================
32 ;; LCD Archive Entry: 32 ;; LCD Archive Entry:
33 ;; find-dired|Roland McGrath, Sebastian Kremer 33 ;; find-dired|Roland McGrath, Sebastian Kremer
34 ;; |roland@gnu.ai.mit.edu, sk@thp.uni-koeln.de 34 ;; |roland@gnu.ai.mit.edu, sk@thp.uni-koeln.de
35 ;; |Run a `find' command and dired the output 35 ;; |Run a `find' command and dired the output
36 ;; |$Date: 1992/09/26 11:48:45 $|$Revision: 1.15 $| 36 ;; |$Date: 1992/09/27 01:24:00 $|$Revision: 1.10 $|
37 37
38 ;; INSTALLATION ====================================================== 38 ;; INSTALLATION ======================================================
39 39
40 ;; To use this file, byte-compile it, install it somewhere in your 40 ;; To use this file, byte-compile it, install it somewhere in your
41 ;; load-path, and put: 41 ;; load-path, and put: