From xemacs-m  Mon Jul 14 15:50:42 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA07785
	for <xemacs-beta@xemacs.org>; Mon, 14 Jul 1997 15:50:41 -0500 (CDT)
Received: from Corp.Sun.COM ([129.145.35.78]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id OAA11825 for <xemacs-beta@xemacs.org>; Mon, 14 Jul 1997 14:18:01 -0700
Received: from legba.Corp.Sun.COM by Corp.Sun.COM (SMI-8.6/SMI-5.3)
	id NAA23381; Mon, 14 Jul 1997 13:50:10 -0700
Received: by legba.Corp.Sun.COM (SMI-8.6/SMI-SVR4)
	id NAA01241; Mon, 14 Jul 1997 13:50:08 -0700
To: Hrvoje Niksic <hniksic@srce.hr>
Cc: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: pending-delete customization [PATCH]
References: <bci67ud5tse.fsf@corp.Sun.COM> <kig4t9xctxy.fsf@jagor.srce.hr> <bci20515sey.fsf@corp.Sun.COM> <kigu3hxbe4p.fsf@jagor.srce.hr> <w44t9xcrty.fsf@loiosh.kei.com> <kigpvslbcl6.fsf@jagor.srce.hr>
X-Attribution: GDF
Mail-Copies-To: never
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Date: 14 Jul 1997 13:50:08 -0700
In-Reply-To: Hrvoje Niksic's message of "14 Jul 1997 22:31:01 +0200"
Message-ID: <bcivi2d4av3.fsf@corp.Sun.COM>
Lines: 23
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta13) - "Brussels"

>>>>> "Hrv" == Hrvoje Niksic <hniksic@srce.hr> writes:

    Hrv> Oops!  OK folks, enough shit.  Here is the official patch
    Hrv> [tm], all with the ChangeLog and everything:

This doesn't *quite* work completely... it doesn't display the new
modeline string when it's changed on the fly (i.e. with
customize-apropos).

The problem seems to be here:

(add-minor-mode 'pending-delete-mode pending-delete-modeline-string)

should be:

(add-minor-mode 'pending-delete-mode 'pending-delete-modeline-string)

I'm not sure why this makes a difference, but the second way works and 
the first way doesn't.  I'd sure appreciate it if someone could
explain to me why the first way doesn't work right and the second one
does, though.

-- Gary F.

