From c09e025d25755be22ac83d720d65dc1136583520 Mon Sep 17 00:00:00 2001 From: yoichi Date: Mon, 10 Dec 2001 13:32:17 +0000 Subject: [PATCH] Bug of xemacs's truncate-partial-width-windows is fixed in 21.4.6. --- 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 ec7ffab..2e85439 100644 --- a/samples/en/dot.wl +++ b/samples/en/dot.wl @@ -103,7 +103,7 @@ ;; Truncate long lines. ;(setq wl-message-truncate-lines t) ;(setq wl-draft-truncate-lines t) -;; Following line is needed for XEmacs. +;; Following line is needed for XEmacs older than 21.4.6. ;(setq truncate-partial-width-windows nil) ;; Open new frame for draft buffer. diff --git a/samples/ja/dot.wl b/samples/ja/dot.wl index 592ca8d..5779f91 100644 --- a/samples/ja/dot.wl +++ b/samples/ja/dot.wl @@ -102,7 +102,7 @@ ;; 長い行を切り縮める ;(setq wl-message-truncate-lines t) ;(setq wl-draft-truncate-lines t) -;; XEmacs の場合、以下が必要 +;; XEmacs (21.4.6 より前) の場合、以下も必要。 ;(setq truncate-partial-width-windows nil) ;; ドラフトを新しいフレームで書く -- 1.7.10.4