]> git.eshelyaron.com Git - emacs.git/commitdiff
(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 19:38:22 +0000 (19:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 19:38:22 +0000 (19:38 +0000)
lisp/progmodes/cperl-mode.el

index 7fa9df835b84a7419bed37278d512e9684c61ea7..49bd228e280b421310e79419bed3ace49ebea8aa 100644 (file)
@@ -445,7 +445,8 @@ Older version of this page was called `perl5', newer `perl'."
   :type 'regexp
   :group 'cperl)
 
-(defcustom cperl-noscan-files-regexp "/\\(\\.\\.?\\|SCCS\\|RCS\\|blib\\)$"
+(defcustom cperl-noscan-files-regexp
+  "/\\(\\.\\.?\\|SCCS\\|RCS\\|CVS\\|blib\\)$"
   "*Regexp to match files/dirs to skip when generating TAGS."
   :type 'regexp
   :group 'cperl)