From xemacs-m  Wed Apr  2 11:23:53 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 LAA17403
	for <xemacs-beta@xemacs.org>; Wed, 2 Apr 1997 11:23:53 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa14124;
          2 Apr 97 12:20 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id MAA13565; Wed, 2 Apr 1997 12:20:43 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id MAA10228; Wed, 2 Apr 1997 12:20:43 -0500
Date: Wed, 2 Apr 1997 12:20:43 -0500
Message-Id: <199704021720.MAA10228@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="hH4Rs0m9EGQ/9O+uyb1e2szQfTjnvIb17sS9QnkE"
Content-Transfer-Encoding: 7bit
To: Hrvoje Niksic <hniksic@srce.hr>
Cc: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: XEmacs 19.15 is released
References: <m2ybb7l90b.fsf@altair.xemacs.org>
	<kigybb1n4xp.fsf@jagor.srce.hr>
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid
Reply-To: CCMODE Maintainer <cc-mode-help@python.org>
X-Attribution: BAW
X-Oblique-Strategy: Courage!
X-Url: http://www.python.org/~bwarsaw


--hH4Rs0m9EGQ/9O+uyb1e2szQfTjnvIb17sS9QnkE
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


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

    Hrv> Couldn't we just autoload `c-add-style' (and whatever else is
    Hrv> used; I use only `c-add-style' in my .emacs)?  It would save
    Hrv> us the whole trouble.

Done.  c-set-style was already autoloaded; do we need any others?

-Barry


--hH4Rs0m9EGQ/9O+uyb1e2szQfTjnvIb17sS9QnkE
Content-Type: text/plain
Content-Disposition: inline;
	filename="p1"
Content-Transfer-Encoding: 7bit

*** cc-mode.el	1997/03/28 16:48:31	4.389
--- cc-mode.el	1997/04/02 15:46:49
***************
*** 7,12 ****
  ;;          1985 Richard M. Stallman
  ;; Created: a long, long, time ago. adapted from the original c-mode.el
! ;; Version:         4.389
! ;; Last Modified:   1997/03/28 16:48:31
  ;; Keywords: c languages oop
  
--- 7,12 ----
  ;;          1985 Richard M. Stallman
  ;; Created: a long, long, time ago. adapted from the original c-mode.el
! ;; Version:         4.390
! ;; Last Modified:   1997/04/02 15:46:35
  ;; Keywords: c languages oop
  
***************
*** 2449,2452 ****
--- 2449,2453 ----
    (c-keep-region-active))
  
+ ;;;###autoload
  (defun c-add-style (style descrip &optional set-p)
    "Adds a style to `c-style-alist', or updates an existing one.
***************
*** 5206,5210 ****
  ;; defuns for submitting bug reports
  
! (defconst c-version "4.389"
    "CC Mode version number.")
  (defconst c-mode-help-address
--- 5207,5211 ----
  ;; defuns for submitting bug reports
  
! (defconst c-version "4.390"
    "CC Mode version number.")
  (defconst c-mode-help-address

--hH4Rs0m9EGQ/9O+uyb1e2szQfTjnvIb17sS9QnkE--

