From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Fwd: vc-svn.el and "the underscore hack" Date: Thu, 9 Nov 2006 03:06:13 +0100 Message-ID: References: <17735.25691.286000.488074@gargle.gargle.HOWL> <17744.49420.800000.339491@gargle.gargle.HOWL> <87ejsdtmah.fsf@furball.mit.edu> <85zmb1e5ub.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163038006 20503 80.91.229.2 (9 Nov 2006 02:06:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Nov 2006 02:06:46 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 09 03:06:44 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhzJJ-0003C3-AW for ged-emacs-devel@m.gmane.org; Thu, 09 Nov 2006 03:06:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhzJI-0000ky-I5 for ged-emacs-devel@m.gmane.org; Wed, 08 Nov 2006 21:06:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GhzJ2-0000j2-AC for emacs-devel@gnu.org; Wed, 08 Nov 2006 21:06:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GhzJ0-0000hL-E0 for emacs-devel@gnu.org; Wed, 08 Nov 2006 21:06:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhzJ0-0000h5-6Y for emacs-devel@gnu.org; Wed, 08 Nov 2006 21:06:14 -0500 Original-Received: from [64.233.162.197] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GhzIz-00043a-Q8 for emacs-devel@gnu.org; Wed, 08 Nov 2006 21:06:13 -0500 Original-Received: by nz-out-0102.google.com with SMTP id r28so31840nza for ; Wed, 08 Nov 2006 18:06:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PcvcA9kDHHHANmWTTlsXoqcSKZ5TyAPuMBo1QeWATn+RfC8MG2qYym9fBPsJLZfhjMbwFSn1gW89e7uwIU1T0biaGErfwFMW+zXTcPapVLsxZqb9++5Dvb1Nsof9czD3vnOuZhRJPdFLMIvKeN+hHVMSbtF1cHOkBCcw1uJxcug= Original-Received: by 10.35.59.5 with SMTP id m5mr619652pyk.1163037973108; Wed, 08 Nov 2006 18:06:13 -0800 (PST) Original-Received: by 10.35.95.18 with HTTP; Wed, 8 Nov 2006 18:06:13 -0800 (PST) Original-To: emacs-devel@gnu.org In-Reply-To: <85zmb1e5ub.fsf@lola.goethe.zz> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61981 Archived-At: On 11/9/06, David Kastrup wrote: > >> + ;; This is taken form psvn.el > >> + ;; Copyright (C) 2002-2006 by Stefan Reichoer > >> + ;; Author: Stefan Reichoer, > >> + ;; available at http://www.xsteve.at/prg/emacs/psvn.el > >> + ;; named after SVN_WC_ADM_DIR_NAME in svn_wc.h > We probably would not want to point out copyrights when we take code > from Emacs for Emacs... Presumably psvn.el and svn_wc.h are from the Subversion distribution, not Emacs? /L/e/k/t/u