From xemacs-m  Wed Jul  9 06:59:38 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id GAA09939
	for <xemacs-beta@xemacs.org>; Wed, 9 Jul 1997 06:59:37 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id FAA03600;
	Wed, 9 Jul 1997 05:02:35 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: [PATCH] `emacs-user-extension-dir': simple typo fix
References: <199707090912.CAA08334@bittersweet.inetarena.com> <m2wwn0tvx3.fsf@altair.xemacs.org> <87iuykttfw.fsf@bittersweet.inetarena.com>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: karlheg+xemacs@inetarena.com's message of "09 Jul 1997 03:23:47 -0700"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 09 Jul 1997 05:02:35 -0700
Message-ID: <m2rad8tov8.fsf@altair.xemacs.org>
Lines: 40
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta13) - "Brussels"

Karl M Hegbloom <karlheg> writes:

>>>>>> "sb" == Steven L Baur <steve@xemacs.org> writes:
sb> What bombed?

> It's not loading "~/.xemacs/options.el" at all.
 ...
>  What's wrong with XEmacs?

Nothing, it's just the maintainer having a blonde moment.

Does this patch work any better?

1997-07-09  Steven L Baur  <steve@altair.xemacs.org>

	* custom/cus-edit.el (custom-file): Use same logic as startup.el

Index: lisp/custom/cus-edit.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/custom/cus-edit.el,v
retrieving revision 1.21
diff -u -r1.21 cus-edit.el
--- cus-edit.el	1997/07/09 04:31:11	1.21
+++ cus-edit.el	1997/07/09 11:59:22
@@ -2860,7 +2860,10 @@
 ;;; The `custom-save-all' Function.
 ;;;###autoload
 (defcustom custom-file (if (boundp 'emacs-user-extension-dir)
-			   (concat emacs-user-extension-dir "options.el")
+			   (concat "~"
+				   init-file-user
+				   emacs-user-extension-dir
+				   "options.el")
 			 "~/.emacs")
   "File used for storing customization information.
 If you change this from the default \"~/.emacs\" you need to

-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

