about summary refs log tree commit diff
path: root/Completion/Unix/Command/_unexpand
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_unexpand')
-rw-r--r--Completion/Unix/Command/_unexpand16
1 files changed, 0 insertions, 16 deletions
diff --git a/Completion/Unix/Command/_unexpand b/Completion/Unix/Command/_unexpand
index c553647fc..c983c628f 100644
--- a/Completion/Unix/Command/_unexpand
+++ b/Completion/Unix/Command/_unexpand
@@ -1,13 +1,4 @@
 #compdef unexpand
-#
-# $Id: _unexpand,v 1.1 2005/07/11 03:34:35 barts 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