Show
Ignore:
Timestamp:
07/29/06 07:48:34 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/progmodes/grep.el

    r4111 r4131  
    156156  :group 'grep) 
    157157 
    158 (defcustom grep-find-ignored-directories '("CVS" ".hg" "{arch}") 
     158(defcustom grep-find-ignored-directories '("CVS" ".svn" "{arch}" ".hg" "_darcs") 
    159159  "*List of names of sub-directories which `rgrep' shall not recurse into." 
    160160  :type '(repeat string)