emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/find-cmd.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/find-cmd.el,v
Date: Tue, 29 Apr 2008 07:05:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/29 07:05:20

Index: find-cmd.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/find-cmd.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- find-cmd.el 29 Apr 2008 07:01:01 -0000      1.2
+++ find-cmd.el 29 Apr 2008 07:05:20 -0000      1.3
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]