From xemacs-m  Tue Mar 18 16:14:06 1997
Received: from CNRI.Reston.VA.US (CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA15584
	for <xemacs-beta@xemacs.org>; Tue, 18 Mar 1997 16:14:05 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa22274;
          18 Mar 97 17:12 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id RAA06990; Tue, 18 Mar 1997 17:11:52 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id RAA10798; Tue, 18 Mar 1997 17:11:51 -0500
Date: Tue, 18 Mar 1997 17:11:51 -0500
Message-Id: <199703182211.RAA10798@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Robert Weingruber <weingrub@sde.hp.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: c-mode-map gone?
References: <332ED3CD.7685@sde.hp.com>
Reply-To: CCMODE Maintainer <cc-mode-help@python.org>
X-Attribution: BAW
X-Oblique-Strategy: Use fewer notes
X-Url: http://www.python.org/~bwarsaw


>>>>> "RW" ==  writes:

    RW> Did c-mode-map and c++-mode-map go away?

No, but cc-mode.el is no longer dumped in XEmacs by default (or Emacs
for that matter).  Either put the customizations in a
c-mode-common-hook, or do a (require 'cc-mode) before you try to
change the keymaps.

-Barry

