Mercurial > emacs
changeset 94469:cacb4cb4b5bd
(top-level): Does not need cl when compiling.
Add arch-tag and footer.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 29 Apr 2008 07:05:20 +0000 |
parents | cb52c7da8482 |
children | dd6417a586de |
files | lisp/find-cmd.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/find-cmd.el Tue Apr 29 07:01:01 2008 +0000 +++ b/lisp/find-cmd.el Tue Apr 29 07:05:20 2008 +0000 @@ -39,7 +39,7 @@ ;; -or -name '*.pm' -or -name '*.t' \\) -or -mtime '+1' \\) -and \\( ;; -fstype 'nfs' -or -fstype 'ufs' \\) \\)" -(eval-when-compile (require 'cl)) +;;; Code: (defconst find-constituents '((and . find-and) @@ -239,3 +239,6 @@ (error "Sorry I don't know how to handle '%s'" (car form)))))))) (provide 'find-cmd) + +;; arch-tag: 9687fd9e-4e90-4022-864a-f904526e2046 +;;; find-cmd.el ends here