1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.

This commit is contained in:
Richard M. Stallman 2002-09-09 19:38:22 +00:00
parent 989a6aa7dd
commit 8937f01b8d

View 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)