Mercurial > hg > xemacs-beta
comparison lib-src/update-custom.sh @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | 41ff10fd062f |
children | 41f2f0e326e9 |
comparison
equal
deleted
inserted
replaced
218:c9f226976f56 | 219:262b8bb4a523 |
---|---|
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)))' |
75 mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" | 75 mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" |
76 if test "$mule_p" = nil ; then | 76 if test "$mule_p" = nil ; then |
77 echo No | 77 echo No |
78 ignore_dirs="$ignore_dirs mule leim" | 78 ignore_dirs="$ignore_dirs mule leim skk" |
79 else | 79 else |
80 echo Yes | 80 echo Yes |
81 fi | 81 fi |
82 | 82 |
83 echon "Checking directories..." | 83 echon "Checking directories..." |