emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el,v


From: Eric S. Raymond
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el,v
Date: Wed, 02 Jan 2008 23:47:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Eric S. Raymond <esr>   08/01/02 23:47:36

Index: progmodes/grep.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/grep.el,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- progmodes/grep.el   28 Dec 2007 22:26:12 -0000      1.82
+++ progmodes/grep.el   2 Jan 2008 23:47:34 -0000       1.83
@@ -158,15 +158,7 @@
   :group 'grep)
 
 (defcustom grep-find-ignored-directories
-  '(".bzr"
-    ".git"
-    ".hg"
-    ".svn"
-    "CVS"
-    "RCS"
-    "_MTN"
-    "_darcs"
-    "{arch}")
+  vc-directory-exclusion-list
   "*List of names of sub-directories which `rgrep' shall not recurse into."
   :type '(repeat string)
   :group 'grep)




reply via email to

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