From xemacs-m  Tue Feb 18 17:26:54 1997
Received: from jens.metrix.de (jens@jens.metrix.de [194.123.88.124])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA07119
	for <xemacs-beta@xemacs.org>; Tue, 18 Feb 1997 17:26:52 -0600 (CST)
Received: (from jens@localhost) by jens.metrix.de (8.7.6/8.7.3) id AAA01097; Wed, 19 Feb 1997 00:26:39 +0100
To: xemacs-beta@xemacs.org
Subject: patch for b94 [dired-xemacs.el]
X-Face: Z[@OB)("ZvE?ev~1b+b!0ZUB.$%rh.9qE>dVf>q}Q/V?%d`J3gd!LR\aAZ8<Hwi]xTA(:*c;i3,?K?+rCy*^b$)a,}E?eo},}x2]5LlJysyoUOK"o[>K)'\Ulb7y-7*.If^;rHl['oa)n_M7E6w+LDKMs"G8_`c)uOS1^}.1|8Ill]7X68X-paeUOpBhz<F`B0?~^2Et~GYfw~/0]H]nx4~C_E/_mp#^7Ixc:
Reply-To: jens@lemming0.lem.uni-karlsruhe.de
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: multipart/mixed;
 boundary="Multipart_Wed_Feb_19_00:26:35_1997-1"
Content-Transfer-Encoding: 7bit
From: Jens Lautenbacher <jens@metrix.de>
Date: 19 Feb 1997 00:26:35 +0100
Message-ID: <m3n2t13dck.fsf@jens.metrix.de>
Lines: 35
X-Mailer: Gnus v5.4.13/XEmacs 19.15

--Multipart_Wed_Feb_19_00:26:35_1997-1
Content-Type: text/plain; charset=US-ASCII


this fixes a little bug in the regexp code for interactive
permissions. ("S" on group part is for +s but -x)  



--Multipart_Wed_Feb_19_00:26:35_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="xempatch"
Content-Transfer-Encoding: 7bit

*** dired-xemacs.el~	Sat Feb 15 22:37:26 1997
--- dired-xemacs.el	Wed Feb 19 00:23:38 1997
***************
*** 53,59 ****
    "Regexp matching the preamble to file permissions part of a dired line.
  This shouldn't match socket or symbolic link lines (which aren't editable).")
  
! (defvar dired-re-permissions "[-r][-w][-Ssx][-r][-w][-sx][-r][-w][-xst]"
    "Regexp matching the file permissions part of a dired line.")
  
  ;;; Setup
--- 53,59 ----
    "Regexp matching the preamble to file permissions part of a dired line.
  This shouldn't match socket or symbolic link lines (which aren't editable).")
  
! (defvar dired-re-permissions "[-r][-w][-Ssx][-r][-w][-Ssx][-r][-w][-xst]"
    "Regexp matching the file permissions part of a dired line.")
  
  ;;; Setup

--Multipart_Wed_Feb_19_00:26:35_1997-1--

