From xemacs-m  Thu Apr 17 19:11:03 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
	by xemacs.org (8.8.5/8.8.5) with SMTP id TAA13115
	for <xemacs-beta@xemacs.org>; Thu, 17 Apr 1997 19:11:02 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id RAA28030; Thu, 17 Apr 1997 17:10:32 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id RAA05999; Thu, 17 Apr 1997 17:10:30 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id RAA01704; Thu, 17 Apr 1997 17:10:29 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id RAA07396; Thu, 17 Apr 1997 17:10:28 -0700
Date: Thu, 17 Apr 1997 17:10:28 -0700
Message-Id: <199704180010.RAA07396@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: "Barry A. Warsaw" <bwarsaw@anthem.cnri.reston.va.us>
Cc: XEmacs Beta Test <xemacs-beta@xemacs.org>
Subject: "C Mode Commands" -> "C"
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

The C menu has been renamed from "C" to "C Mode Commands".
While this is great for the popup menu, it's really horrible for the
main menubar.  Aside from the lack of real estate, you can't tell
where submenus start and end, since whitespace becomes ambiguous.

The correct thing is for the menubar menu to be named "C", and the
popup menu to be named "C Mode Commands", with otherwise identical
contents.

;; menus for XEmacs 19
(defun c-mode-menu ()
  (cons (concat mode-name " Mode Commands") c-mode-menu))

Martin

