From xemacs-m  Mon Jun 23 18:01:10 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA09168
	for <xemacs-beta@xemacs.org>; Mon, 23 Jun 1997 18:01:07 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id BAA29466; Tue, 24 Jun 1997 01:00:41 +0200 (MET DST)
To: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Cc: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: x-menubar oops fix [PATCH]
References: <bciwwnl0xf2.fsf@corp.Sun.COM> <kiglo41eyg5.fsf@jagor.srce.hr> <bciafkh3p74.fsf@corp.Sun.COM>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 24 Jun 1997 01:00:40 +0200
In-Reply-To: Gary.Foster@Corp.Sun.COM's message of "23 Jun 1997 15:54:39 -0700"
Message-ID: <kign2ogncvb.fsf@jagor.srce.hr>
Lines: 20
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta8) - "Copenhagen"

Gary.Foster@Corp.Sun.COM (Gary D. Foster) writes:

> >>>>> "Hrv" == Hrvoje Niksic <hniksic@srce.hr> writes:
> 
>     Hrv> I think these two functions should go to bookmark.el,
>     Hrv> shouldn't they?
> 
> I don't see why...

Because they refer to `bookmark-all-names' which is not defined before
you load the bookmark package.  I am getting errors because of it.

You should either add a `require' somewhere, or autoload a function or 
two.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Contrary to popular belief, Unix is user friendly.  
It just happens to be selective about who it makes friends with.

