Mercurial > hg > xemacs-beta
diff lib-src/update-elc.sh @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 25f70ba0133c |
children | 28f395d8dc7a |
line wrap: on
line diff
--- a/lib-src/update-elc.sh Mon Aug 13 09:38:27 2007 +0200 +++ b/lib-src/update-elc.sh Mon Aug 13 09:39:39 2007 +0200 @@ -68,7 +68,7 @@ # Compute patterns to ignore when searching for files -ignore_dirs="quail" # ### Not ported yet... +ignore_dirs="" # Only use Mule XEmacs to compile Mule-specific elisp dirs echon "Checking for Mule support..." @@ -76,7 +76,7 @@ mule_p="`$EMACS -batch -no-site-file -eval \"$lisp_prog\"`" if test "$mule_p" = nil ; then echo No - ignore_dirs="$ignore_dirs its egg mule" + ignore_dirs="$ignore_dirs its egg mule leim" else echo Yes fi