From f9e374d43151eb96f626adc1b79d6616aaf52e55 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 12 Jun 2007 17:02:38 +0000 Subject: unposted: remove RCS $Id$ comments. --- ChangeLog | 6 ++++++ Completion/Unix/Command/_pkg-config | 16 ---------------- Completion/Unix/Command/_unexpand | 16 ---------------- 3 files changed, 6 insertions(+), 32 deletions(-) diff --git a/ChangeLog b/ChangeLog index faafa6e98..2a3134595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-12 Clint Adams + + * unposted: Completion/Unix/Command/_pkg-config, + Completion/Unix/Command/_unexpand: remove RCS $Id: ChangeLog,v 1.3546 2007/06/12 17:02:38 clint Exp $ + comments. + 2007-06-12 Peter Stephenson * 23553: Src/params.c: use of unsubscripted array inside diff --git a/Completion/Unix/Command/_pkg-config b/Completion/Unix/Command/_pkg-config index 1367bf2dd..48b788a1b 100644 --- a/Completion/Unix/Command/_pkg-config +++ b/Completion/Unix/Command/_pkg-config @@ -1,13 +1,4 @@ #compdef pkg-config -# -# $Id: _pkg-config,v 1.1 2005/08/12 10:03:58 pws Exp $ -# -# Copyright (C) 2005 Travis L. Spencer -# ALL RIGHTS RESERVED -# -# See the file LICENCE in the root of the zsh distribution for -# licensing information. -# local arguments packages curcontext="$curcontext" stat line declare -A opt_args @@ -48,10 +39,3 @@ if [[ -n $state ]] ; then packages=( ${(f)"$((pkg-config --list-all | cut -d' ' -f1) 2>/dev/null)"} ) compadd -a - packages fi - -: <