# HG changeset patch # User Glenn Morris # Date 1209452720 0 # Node ID cacb4cb4b5bdaf8bb5e7269aed3e0950259a1332 # Parent cb52c7da848215e772b1819ed1e4220e42323684 (top-level): Does not need cl when compiling. Add arch-tag and footer. diff -r cb52c7da8482 -r cacb4cb4b5bd lisp/find-cmd.el --- 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