comparison lib-src/update-custom.sh @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents e45d5e7c476e
children 262b8bb4a523
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
63 63
64 # Compute patterns to ignore when searching for files 64 # Compute patterns to ignore when searching for files
65 # These directories don't have customizations, or are partially broken. 65 # These directories don't have customizations, or are partially broken.
66 # If some of the packages listed here are customized, don't forget to 66 # If some of the packages listed here are customized, don't forget to
67 # remove the directory! 67 # remove the directory!
68 ignore_dirs="cl egg eos ilisp its language locale mel mu sunpro term \ 68 ignore_dirs="cl egg eos its language locale sunpro term \
69 tooltalk iso mailcrypt oobr tl tm mh-e hyperbole electric apel \ 69 tooltalk iso electric \
70 hm--html-menus gnats pcl-cvs vm" 70 hm--html-menus gnats pcl-cvs vm"
71 71
72 # Only use Mule XEmacs to build Mule-specific autoloads & custom-loads. 72 # Only use Mule XEmacs to build Mule-specific autoloads & custom-loads.
73 echon "Checking for Mule support..." 73 echon "Checking for Mule support..."
74 lisp_prog='(princ (featurep (quote mule)))' 74 lisp_prog='(princ (featurep (quote mule)))'