;;; -*-Emacs-Lisp-*-
;;;
;;; $Id: BITMAP-ELS,v 1.1 1996/11/27 11:15:21 morioka Exp $
;;;

(setq bitmap-modules
      (and (or (boundp 'MULE) running-mule-merged-emacs)
	   '(bitmap x-face-mule smiley-mule po)
	   ))

;;; BITMAP-ELS ends here
