From xemacs-m  Sun Sep 21 08:27:35 1997
Received: from elvenbow.nc.kyushu-u.ac.jp (root@elvenbow.nc.kyushu-u.ac.jp [133.5.6.4])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA08461
	for <xemacs-beta@xemacs.org>; Sun, 21 Sep 1997 08:27:34 -0500 (CDT)
Received: from localhost (kasahara@localhost [127.0.0.1])
	by elvenbow.nc.kyushu-u.ac.jp (8.8.5/3.6Wbeta6) with ESMTP id WAA17698
	for <xemacs-beta@xemacs.org>; Sun, 21 Sep 1997 22:27:32 +0900 (JST)
To: xemacs-beta@xemacs.org
Subject: custom-load.el of ediff
X-Mailer: Mew version 1.69 on Emacs 20.3 "Sarajevo" XEmacs  Lucid (beta23)
X-Fingerprint: 31 DC 9F DF C2 B9 8E 00  3A 7C 4F 0C 03 D8 AC 16
X-URL: http://www.nc.kyushu-u.ac.jp/~kasahara/
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <19970921222730N.kasahara@nc.kyushu-u.ac.jp>
Date: Sun, 21 Sep 1997 22:27:30 +0900
From: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
X-Dispatcher: impost version 0.99+ (Mar. 3, 1997)
Lines: 22

(customize-group 'environment) fails on XEmacs-20.3-b23 with the
following message.

Wrong type argument: stringp, ("ediff-wind")

The simple fix follows.

--- lisp/ediff/custom-load.el.orig      Sun Sep 21 22:10:53 1997
+++ lisp/ediff/custom-load.el   Sun Sep 21 22:10:59 1997
@@ -1,4 +1,4 @@
-(custom-put 'environment 'custom-loads '(("ediff-wind")))
+(custom-put 'environment 'custom-loads '("ediff-wind"))
 (custom-put 'tools 'custom-loads '("ediff"))
 (custom-put 'ediff-diff 'custom-loads '("ediff-diff"))
 (custom-put 'frames 'custom-loads '("ediff-wind"))

-- 
Yoshiaki Kasahara
KITE Network Operation Center, Computer Center, Kyushu University

Email addr:                           |  I'm free!   & ~ __-^-_/~
    kasahara@nc.kyushu-u.ac.jp        |               ~   \___/

