From 4adbabb1c181bc6d050f6a53c12c79f36ba4a4c9 Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 25 Jan 2002 11:03:00 +0000 Subject: [PATCH] Add autoload setting for wl-other-frame. --- doc/wl-ja.texi | 1 + doc/wl.texi | 1 + samples/en/dot.wl | 1 + samples/ja/dot.wl | 1 + 4 files changed, 4 insertions(+) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index d66ea6a..10396d3 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -527,6 +527,7 @@ Wanderlust の動作をカスタマイズできます。 ;; @r{autoload の設定} ;; @r{(XEmacs の package としてインストールされている場合、必要ありません)} (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) ;; @r{アイコンを置くディレクトリ。初期設定は Emacs 固有のデフォルト値。} diff --git a/doc/wl.texi b/doc/wl.texi index 8c41b73..94c0260 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -493,6 +493,7 @@ The minimal requirement for settings is as the following. ;; @r{autoload configuration} ;; @r{(These are not required if Wanderlust is installed as XEmacs package)} (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) ;; @r{Directory where icons are placed.} diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 0cd00aa..cdf0de1 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -5,6 +5,7 @@ ;; Following must be included in ~/.emacs ;; (No need if installed as XEmacs package.) (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) ;; Icon directory diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 1f374fa..20c0198 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -5,6 +5,7 @@ ;; まず、次の設定を ~/.emacs などに書いてください。 ;; XEmacs の package としてインストールされている場合は必要ありません。 (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) ;; アイコンを置くディレクトリ -- 1.7.10.4