From xemacs-m  Thu Jul 24 07:53:22 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id HAA22251
	for <xemacs-beta@xemacs.org>; Thu, 24 Jul 1997 07:53:20 -0500 (CDT)
Received: from engine.ecf.teradyne.com (engine.ecf.teradyne.com [131.101.192.6]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id IAA24875; Thu, 24 Jul 1997 08:56:47 -0400 (EDT)
Received: from tomorrow.eng.ecf.teradyne.com. (tomorrow.ecf.teradyne.com [131.101.192.7]) by engine.ecf.teradyne.com (8.7.1/8.7.1) with SMTP id OAA11144; Thu, 24 Jul 1997 14:51:59 +0200 (MET DST)
Received: by tomorrow.eng.ecf.teradyne.com. (SMI-8.6/SMI-SVR4)
	id OAA00621; Thu, 24 Jul 1997 14:51:56 +0200
To: Per Abrahamsen <abraham@dina.kvl.dk>
Cc: xemacs-beta@xemacs.org
Subject: docstring patch for 
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_Jul_24_14:51:54_1997-1"
Content-Transfer-Encoding: 7bit
From: Adrian Aichner <aichner@ecf.teradyne.com>
Date: 24 Jul 1997 14:51:54 +0200
Message-ID: <rxsafjcfw9h.fsf@tomorrow.ecf.teradyne.com>
Lines: 52

--Multipart_Thu_Jul_24_14:51:54_1997-1
Content-Type: text/plain; charset=US-ASCII


Hello Per,

here is a small patch against Vienna's custom:


--Multipart_Thu_Jul_24_14:51:54_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="*vc-diff*"
Content-Transfer-Encoding: 7bit

*** 1.1	1997/07/24 12:43:06
--- cus-face.el	1997/07/24 12:47:22
***************
*** 436,442 ****
    (custom-face-display-set face spec frame))
  
  (defun custom-face-display-set (face spec &optional frame)
!   "Set FACE to the attributes to the first matching entry in SPEC.
  Iff optional FRAME is non-nil, set it for that frame only.
  See `defface' for information about SPEC."
    (when (fboundp 'make-face)
--- 436,442 ----
    (custom-face-display-set face spec frame))
  
  (defun custom-face-display-set (face spec &optional frame)
!   "Set FACE attributes to the attributes of first matching entry in SPEC.
  Iff optional FRAME is non-nil, set it for that frame only.
  See `defface' for information about SPEC."
    (when (fboundp 'make-face)

--Multipart_Thu_Jul_24_14:51:54_1997-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


Regards,

Adrian

-- 
                            Adrian Aichner
                        Applications Engineer
  Teradyne GmbH
  Semiconductor Test Group    Telephone +49/89/41861(0)-208
  Dingolfinger Stra=DFe 2       Fax       +49/89/41861-217
  D-81673 M=DCNCHEN             E-mail    aichner@ecf.teradyne.com

--Multipart_Thu_Jul_24_14:51:54_1997-1--

