Mercurial > hg > xemacs-beta
comparison lib-src/update-elc.sh @ 347:7c94d56991e1 r21-1-3
Import from CVS: tag r21-1-3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:53:48 +0200 |
parents | 4f79e16b1112 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
346:dd0986ffd2cf | 347:7c94d56991e1 |
---|---|
104 echon "Checking for Mule support..." | 104 echon "Checking for Mule support..." |
105 lisp_prog='(princ (featurep (quote mule)))' | 105 lisp_prog='(princ (featurep (quote mule)))' |
106 mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" | 106 mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" |
107 if test "$mule_p" = nil ; then | 107 if test "$mule_p" = nil ; then |
108 echo No | 108 echo No |
109 ignore_dirs="$ignore=dirs mule" | 109 ignore_dirs="$ignore_dirs mule" |
110 else | 110 else |
111 echo Yes | 111 echo Yes |
112 fi | 112 fi |
113 | 113 |
114 # first recompile the byte-compiler, so that the other compiles take place | 114 # first recompile the byte-compiler, so that the other compiles take place |