about summary refs log tree commit diff
path: root/Completion/Unix
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-19 00:25:40 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-19 00:25:40 +0000
commitf5dd669af8e1513a488f19450fd111bab410c9b3 (patch)
treeeeb00a8a3ec693abea2d0f57b58a26c4b3eb6530 /Completion/Unix
parent637b4339c4ae522a95b897079148a341058eb8bb (diff)
downloadzsh-f5dd669af8e1513a488f19450fd111bab410c9b3.tar.gz
zsh-f5dd669af8e1513a488f19450fd111bab410c9b3.tar.xz
zsh-f5dd669af8e1513a488f19450fd111bab410c9b3.zip
Merge of unposted: remove RCS Id comments.
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_pkg-config16
-rw-r--r--Completion/Unix/Command/_unexpand16
2 files changed, 0 insertions, 32 deletions
diff --git a/Completion/Unix/Command/_pkg-config b/Completion/Unix/Command/_pkg-config
index 1de260e64..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.2.2 2007/06/11 03:25:29 packersv 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
diff --git a/Completion/Unix/Command/_unexpand b/Completion/Unix/Command/_unexpand
index bc26a1be2..c983c628f 100644
--- a/Completion/Unix/Command/_unexpand
+++ b/Completion/Unix/Command/_unexpand
@@ -1,13 +1,4 @@
 #compdef unexpand
-#
-# $Id: _unexpand,v 1.1.2.2 2007/05/07 03:15:48 packersv 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 all tabs ret=1
 local -a args
@@ -33,10 +24,3 @@ fi
 _arguments "$args[@]" && ret=0
 
 return ret
-
-: <<EMACS_LOCAL_VARIABLES
-Local Variables:
-mode: shell-script
-mode: flyspell-prog
-End:
-EMACS_LOCAL_VARIABLES