about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-13 19:17:11 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-13 19:17:11 +0000
commit1dd64cbb6c11cae1ec9ecfbee0faa96777e29007 (patch)
tree144e946e69011cc5fa08cdbdca97f2d45dc89c38
parent5ddf28796273243cfe1d0f872dfdf8b261f73231 (diff)
downloadzsh-1dd64cbb6c11cae1ec9ecfbee0faa96777e29007.tar.gz
zsh-1dd64cbb6c11cae1ec9ecfbee0faa96777e29007.tar.xz
zsh-1dd64cbb6c11cae1ec9ecfbee0faa96777e29007.zip
manual/9311
-rw-r--r--Completion/Builtins/_zmodload2
-rw-r--r--Doc/Makefile.in1
-rw-r--r--Test/.distfiles2
3 files changed, 2 insertions, 3 deletions
diff --git a/Completion/Builtins/_zmodload b/Completion/Builtins/_zmodload
index 2f27fac64..c167df445 100644
--- a/Completion/Builtins/_zmodload
+++ b/Completion/Builtins/_zmodload
@@ -1,6 +1,6 @@
 #compdef zmodload
 
-local fl="$words[2]" expl d
+local fl="$words[2]" expl
 
 if [[ "$fl" = -*(a*u|u*a)* || "$fl" = -*a* && CURRENT -ge 4 ]]; then
   _wanted builtins expl 'builtin command' &&
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index a78a3808a..eafbc2dd3 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -286,7 +286,6 @@ clean-here:
 	rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.log
 	rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs
 	rm -rf infodir
-	rm -f *.1 Zsh/modlist.yo Zsh/modmenu.yo Zsh/manmodmenu.yo
 .PHONY: clean-here
 
 distclean-here: clean-here
diff --git a/Test/.distfiles b/Test/.distfiles
index 11b5719a2..8e4048878 100644
--- a/Test/.distfiles
+++ b/Test/.distfiles
@@ -2,5 +2,5 @@ DISTFILES_SRC='
     .cvsignore .distfiles Makefile.in
     ztst.zsh
     01grammar.ztst 02alias.ztst 03quoting.ztst 04redirect.ztst
-    05command.ztst 06arith.ztst 07cond.ztst 50cd.ztst
+    05command.ztst 06arith.ztst 07cond.ztst 08traps.ztst 50cd.ztst
 '