Mercurial > hg > xemacs-beta
diff lib-src/update-autoloads.sh @ 239:41f2f0e326e9 r20-5b18
Import from CVS: tag r20-5b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:15:48 +0200 |
parents | 262b8bb4a523 |
children | 6330739388db |
line wrap: on
line diff
--- a/lib-src/update-autoloads.sh Mon Aug 13 10:15:04 2007 +0200 +++ b/lib-src/update-autoloads.sh Mon Aug 13 10:15:48 2007 +0200 @@ -76,7 +76,7 @@ # Only use Mule XEmacs to build Mule-specific autoloads & custom-loads. echon "Checking for Mule support..." lisp_prog='(princ (featurep (quote mule)))' -mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" +mule_p="`$EMACS -batch -q -no-site-file -eval \"$lisp_prog\"`" if test "$mule_p" = nil ; then echo No ignore_dirs="$ignore_dirs mule leim language skk" @@ -116,12 +116,12 @@ fi done -$EMACS -batch -vanilla -eval '(setq autoload-package-name "Standard")' \ +$EMACS -batch -q -no-site-file -eval '(setq autoload-package-name "Standard")' \ -l autoload -f batch-update-directory lisp # set -x for dir in $dirs; do - $EMACS -batch -vanilla -l autoload -f batch-update-directory $dir + $EMACS -batch -q -no-site-file -l autoload -f batch-update-directory $dir done eval "$make_special_commands"