From xemacs-m  Wed Mar 19 06:16:44 1997
Received: from web2.ndsoft.com (root@web2.ndsoft.com [199.203.68.30])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id GAA24593
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 06:16:42 -0600 (CST)
Received: from romeo.ndsoft.com (romeo [194.90.171.61])
	by web2.ndsoft.com (8.8.5/8.8.5) with SMTP id OAA08624
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 14:15:49 +0300
Received: from ndsoft.com (piccard) by romeo.ndsoft.com (4.1/SMI-4.1)
	id AA19696; Wed, 19 Mar 97 13:17:11 IST
Received: by ndsoft.com (4.1/SMI-4.1)
	id AA20700; Wed, 19 Mar 97 14:17:11 IDT
Date: Wed, 19 Mar 97 14:17:11 IDT
Message-Id: <9703191117.AA20700@ndsoft.com>
From: "Amir J. Katz" <amir@piccard.ndsoft.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org (XEmacs Beta List)
Subject: Minor bug in func-menu
X-Mailer: VM 6.20 under 19.15 XEmacs Lucid (beta101)
Reply-To: amir@ndsoft.com
X-Mailer: Emacs 19.15 XEmacs Lucid (beta101) + VM 6.20
X-Face:  ##A>t)R3?k=s5sw'(<v}xy5K8i]2+gl@^A7,ZN.8v5,).3hzG^rRmob&I-^&2m>5K\s3KSk+iIbgHIrS_8k}#}MVff9#>t4r!a>yp<qFqhM>pweVJ!^S<@teMIaDDU(gXk!,)m]o|"X
X-Bogus-Quote: "

I'm not sure this is the right forum, but since func-menu is part of
xe19.15, here it is:

In my .vm, I have some functions, variable definitions, and
stand-alone statements.
When I move the point after the first function, the modeline still shows
the same function name, until I move into the second function:

(defun a ()
   ...
 )

(setq aaa "bbb")

(defun b ()
   ...
 )

-- 
/* Amir J. Katz  E-mail: amir@ndsoft.com   URL: http://www.ndsoft.com */
/* EagleEye Control Software, LTD., Tel-Aviv, Israel                  */
/* .. I busted a mirror and got seven years bad luck, but my        ..*/
/* .. lawyer thinks he can get me five.        (Steven Wright)      ..*/

