Mercurial > hg > xemacs-beta
comparison lisp/mule/mule-load.el @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | 131b0175ea99 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
77:6cb4f478e7bc | 78:c7528f8e288d |
---|---|
53 ;; Set up the XEmacs environment for Mule. | 53 ;; Set up the XEmacs environment for Mule. |
54 ;; Assumes the existence of various stuff above. | 54 ;; Assumes the existence of various stuff above. |
55 (load-gc "mule-init") | 55 (load-gc "mule-init") |
56 | 56 |
57 ;; Enable Mule capability for Gnus, mail, etc... | 57 ;; Enable Mule capability for Gnus, mail, etc... |
58 (load-gc "mime-setup") | 58 ;; Moved to sunpro-load.el - the default only for Sun. |
59 ;;(load-gc "mime-setup") | |
60 | |
61 ;;; mule-load.el ends here |