From xemacs-m  Fri Jan 24 11:37:06 1997
Received: from hubbub.cisco.com (hubbub.cisco.com [198.92.30.31])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id LAA21979 for <xemacs-beta@xemacs.org>; Fri, 24 Jan 1997 11:37:05 -0600 (CST)
Received: from sandman (sandman.cisco.com [171.68.209.51]) by hubbub.cisco.com (8.8.4-Cisco.1/CISCO.GATE.1.1) with ESMTP id JAA15986 for <xemacs-beta@xemacs.org>; Fri, 24 Jan 1997 09:36:36 -0800 (PST)
Received: (from drich@localhost) by sandman (SMI-8.6/8.6.12) id JAA09841; Fri, 24 Jan 1997 09:36:36 -0800
Date: Fri, 24 Jan 1997 09:36:36 -0800
Message-Id: <199701241736.JAA09841@sandman>
From: Dan Rich <drich@cisco.com>
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: jka-compr still broken in 20.0b91
Reply-To: drich@cisco.com
X-Face: >>@YIrj6h(9FH@Qs_-ob2y~:HhB3<K:s^%ne_GjM`oNo3yFzbT'Kover1p6Qf|2_'8inv!W
 x^4ApmkH}yJ*clwm{;w(]]EV=YexeKB[\$G>j#fE)'04Kv^h\Yc+PG%t~'xXevX509R
X-Planation: X-Face can be viewed with "faces" or "xmail" (X11R5 contrib tape).
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII

Can we either fix jka-compr, or remove it from the distribution?  I
just tried to save a file from e-mail, and found out that
jka-compr-write-region still doesn't have enough arguments.  It looks
like it doesn't use the extra optional argument anyway, so does anyone
know why the folowing won't work?

*** lisp/packages/jka-compr.el.orig      Wed Dec 18 14:42:54 1996
--- lisp/packages/jka-compr.el  Fri Jan 24 09:35:06 1997
***************
*** 367,373 ****
      (error nil)))
  
  
! (defun jka-compr-write-region (start end file &optional append visit)
    (let* ((filename (expand-file-name file))
         (visit-file (if (stringp visit) (expand-file-name visit) filename))
         (info (jka-compr-get-compression-info visit-file)))
--- 367,373 ----
      (error nil)))
  
  
! (defun jka-compr-write-region (start end file &optional append visit lockname)
    (let* ((filename (expand-file-name file))
         (visit-file (if (stringp visit) (expand-file-name visit) filename))
         (info (jka-compr-get-compression-info visit-file)))


-- 
Dan Rich <drich@cisco.com>  |	http://www.employees.org/~drich/
Senior Webmaster            | "Danger, you haven't seen the last of me!" 
Cisco Systems, Inc.         |   "No, but the first of you turns my stomach!"
(408) 527-3195              |           -- The Firesign Theatre's Nick Danger

       Friends of Randal Schwartz: http://www.lightlink.com/fors/

