about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-04-09 21:12:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-04-09 21:12:37 +0000
commit82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c (patch)
tree6509d063e5328fac05618bb066ca5c8a17e40a62
parent9c60453969b1be1c2d1011420a8e354c672c0f38 (diff)
downloadzsh-82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c.tar.gz
zsh-82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c.tar.xz
zsh-82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c.zip
22407: zsh-mime-handler now needs NULL_GLOB
-rw-r--r--ChangeLog5
-rw-r--r--Functions/MIME/zsh-mime-handler2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 155018ecb..88eaea491 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 11407: Functions/MIME/zsh-mime-handler: and it needs NULL_GLOB,
+	too.
+
 2006-04-06  Peter Stephenson  <pws@csr.com>
 
 	* 22405: Functions/MIME/zsh-mime-handler: pattern matching
diff --git a/Functions/MIME/zsh-mime-handler b/Functions/MIME/zsh-mime-handler
index 34082011e..9e736b2cd 100644
--- a/Functions/MIME/zsh-mime-handler
+++ b/Functions/MIME/zsh-mime-handler
@@ -26,7 +26,7 @@
 # it goes horribly wrong.
 
 emulate -L zsh
-setopt extendedglob cbases
+setopt extendedglob cbases nullglob
 
 # We need zformat from zsh/zutil for %s replacement.
 zmodload -i zsh/zutil