+2008-04-29 Glenn Morris <rgm@gnu.org>
+
+ * find-cmd.el (top-level): Does not need cl when compiling.
+
2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
* find-cmd.el: New file.
;; -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)
(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