about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-01 08:27:18 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-08-01 08:27:18 +0000
commitd109322359dc02e5008379da478628e2cace65e7 (patch)
treef3daff815c9ff25be73e1f1a6892c8a4e6af2fa9 /Completion/X
parent18772af4122cd252f6b1b927c9c493f0a6b687af (diff)
downloadzsh-d109322359dc02e5008379da478628e2cace65e7.tar.gz
zsh-d109322359dc02e5008379da478628e2cace65e7.tar.xz
zsh-d109322359dc02e5008379da478628e2cace65e7.zip
remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/_xset2
-rw-r--r--Completion/X/_xwit2
2 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/_xset b/Completion/X/_xset
index e96b35aa8..819a2040d 100644
--- a/Completion/X/_xset
+++ b/Completion/X/_xset
@@ -195,4 +195,4 @@ _xset () {
   _xset_parse
 }
 
-[[ -o kshautoload ]] || _xset "$@"
+_xset "$@"
diff --git a/Completion/X/_xwit b/Completion/X/_xwit
index 3dbce455f..8676ef484 100644
--- a/Completion/X/_xwit
+++ b/Completion/X/_xwit
@@ -173,4 +173,4 @@ _xwit () {
   _xwit_parse
 }
 
-[[ -o kshautoload ]] || _xwit "$@"
+_xwit "$@"