about summary refs log tree commit diff
path: root/Completion/Unix/Command/_pkg-config
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_pkg-config')
-rw-r--r--Completion/Unix/Command/_pkg-config16
1 files changed, 0 insertions, 16 deletions
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
-
-: <<EMACS_LOCAL_VARIABLES
-Local Variables:
-mode: shell-script
-mode: flyspell-prog
-End:
-EMACS_LOCAL_VARIABLES