all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [patch] Emacs 21.2 cperl-mode.el - ignore CVS directories
@ 2002-08-22 14:47 Jari Aalto+mail.emacs
  0 siblings, 0 replies; only message in thread
From: Jari Aalto+mail.emacs @ 2002-08-22 14:47 UTC (permalink / raw)





2002-08-22 Jari Aalto  <jari.aalto@poboxes.com>

	* progmodes/cperl-mode.el (cperl-noscan-files-regexp): 
        Ina ddition to RCS, exclude CVS directories.


--- cperl-mode.el.orig	2002-08-22 17:44:28.000000000 +0300
+++ cperl-mode.el	2002-08-22 17:44:44.000000000 +0300
@@ -424,7 +424,8 @@
   :type 'regexp
   :group 'cperl)
 
-(defcustom cperl-noscan-files-regexp "/\\(\\.\\.?\\|SCCS\\|RCS\\|blib\\)$"
+(defcustom cperl-noscan-files-regexp
+  "/\\(\\.\\.?\\|SCCS\\|CVS\\|RCS\\|blib\\)$"
   "*Regexp to match files/dirs to skip when generating TAGS."
   :type 'regexp
   :group 'cperl)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-22 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-22 14:47 [patch] Emacs 21.2 cperl-mode.el - ignore CVS directories Jari Aalto+mail.emacs

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.