Mercurial > emacs
changeset 47334:e3cfc5df817a
(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 09 Sep 2002 19:38:22 +0000 |
parents | 79920a7d8018 |
children | 12bf499a3593 |
files | lisp/progmodes/cperl-mode.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cperl-mode.el Mon Sep 09 19:37:19 2002 +0000 +++ b/lisp/progmodes/cperl-mode.el Mon Sep 09 19:38:22 2002 +0000 @@ -445,7 +445,8 @@ :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)