diff lib-src/update-elc.sh @ 215:1f0dabaa0855 r20-4b6

Import from CVS: tag r20-4b6
author cvs
date Mon, 13 Aug 2007 10:07:35 +0200
parents 41ff10fd062f
children d44af0c54775
line wrap: on
line diff
--- a/lib-src/update-elc.sh	Mon Aug 13 10:06:48 2007 +0200
+++ b/lib-src/update-elc.sh	Mon Aug 13 10:07:35 2007 +0200
@@ -67,7 +67,7 @@
 
 $EMACS -batch -vanilla -l `pwd`/lisp/prim/cleantree -f batch-remove-old-elc lisp
 
-prune_vc="( -name SCCS -o -name RCS -o -name CVS ) -prune -o"
+prune_vc="( -name '.*' -o -name SCCS -o -name RCS -o -name CVS ) -prune -o"
 
 # $els  is a list of all .el  files
 # $elcs is a list of all .elc files