;;; wanderlust ;;; Copyright (C) 2002 The Meadow Team ;; Author: Koichiro Ohba (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) (setq wl-icon-directory (expand-file-name "" (concat exec-directory "../../site-lisp/wanderlust/etc/icons/"))) ;;; auto-autoloads.el ends here