Remove non-free old and crusty clearcase pkg
[packages] / mule-packages / egg-its / dumped-lisp.el
1 (setq package-lisp
2       (list
3        (when (featurep '(and mule wnn)) "egg-leim")
4        (when (featurep '(and mule wnn)) "egg-kwnn-leim")
5        (when (featurep '(and mule wnn)) "egg-cwnn-leim")
6        (when (featurep 'mule) "egg-sj3-leim")
7 ))
8
9 (setq package-lisp
10       (apply #'nconc
11              (mapcar #'(lambda (x)
12                          (if (listp x) x (list x)))
13                      package-lisp)))