Mercurial > hg > xemacs-beta
comparison lib-src/update-autoloads.sh @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | d44af0c54775 |
children | 41f2f0e326e9 |
comparison
equal
deleted
inserted
replaced
218:c9f226976f56 | 219:262b8bb4a523 |
---|---|
77 echon "Checking for Mule support..." | 77 echon "Checking for Mule support..." |
78 lisp_prog='(princ (featurep (quote mule)))' | 78 lisp_prog='(princ (featurep (quote mule)))' |
79 mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" | 79 mule_p="`$EMACS -batch -vanilla -eval \"$lisp_prog\"`" |
80 if test "$mule_p" = nil ; then | 80 if test "$mule_p" = nil ; then |
81 echo No | 81 echo No |
82 ignore_dirs="$ignore_dirs mule leim" | 82 ignore_dirs="$ignore_dirs mule leim language skk" |
83 else | 83 else |
84 echo Yes | 84 echo Yes |
85 fi | 85 fi |
86 | 86 |
87 ## AUCTeX is a Package now | 87 ## AUCTeX is a Package now |