From 44ba05f4a703b1c4c5c1b2461a1a054dd97e51eb Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 20 Jan 2001 14:42:49 +0000 Subject: [PATCH] Use "example.com" instead of "company.jp" (RFC2606). --- samples/en/dot.wl | 2 +- samples/ja/dot.wl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/en/dot.wl b/samples/en/dot.wl index 95bd58e..7d17130 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -282,7 +282,7 @@ ("Organization" . "~/.wl sample") (body . "Hello, this is XXX \n")) ;; body ("report" - ("To" . "boss@company.jp") + ("To" . "boss@example.com") ("Subject" . "Report") (top . "Sir, here is my report\n") ;; insert in top. ;; (bottom-file . "~/work/report.txt") ;; insert file in bottom diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index bb9c887..3eb338c 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -285,7 +285,7 @@ ("Organization" . "~/.wl sample") (body . " ○○です。\n")) ;; 本文 ("report" - ("To" . "boss@company.jp") + ("To" . "boss@example.com") ("Subject" . "報告") (top . "今週の報告です。\n") ;; 本文先頭への挿入 ;; (bottom-file . "~/work/report.txt") ;; 本文末尾へファイルの挿入 -- 1.7.10.4