CVS update by michaels packages/xemacs-packages/igrep ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Tue Aug 21 10:54:16 EDT 2007


  User: michaels
  Date: 07/08/21 16:54:16

  Modified:    packages/xemacs-packages/igrep igrep.el
Log:
Fix typo in previous commit.

Revision  Changes    Path
1.12      +1 -1      XEmacs/packages/xemacs-packages/igrep/igrep.el

Index: igrep.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/igrep/igrep.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- igrep.el	2007/08/21 12:45:54	1.11
+++ igrep.el	2007/08/21 14:54:16	1.12
@@ -427,7 +427,7 @@ See `igrep-find'.")
   (if (equal (call-process igrep-find-program nil nil nil
 			   igrep-null-device "-prune")
 	     0)
-      (format "-type d %s -name RCS -o -name CVS -o -name SCCS -name .svn -name .hg %s"
+      (format "-type d %s -name RCS -o -name CVS -o -name SCCS -o -name .svn -o -name .hg %s"
 	      (shell-quote-argument "(")
 	      (shell-quote-argument ")")))
   "The `find` clause used to prune directories, or nil;





More information about the XEmacs-CVS mailing list