about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Command/_w3m2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fb068491..29c82d78d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-14  Doug Kearns  <djkea2@mugca.its.monash.edu.au>
+
+	* unposted: Completion/Unix/Command/_w3m: fix typo
+
 2003-11-13  Peter Stephenson  <pws@csr.com>
 
 	* 19242: acconfig.h, zshconfig.ac, Src/Builtin.c, Src/exec.c,
diff --git a/Completion/Unix/Command/_w3m b/Completion/Unix/Command/_w3m
index 683a9f67d..c37ab920d 100644
--- a/Completion/Unix/Command/_w3m
+++ b/Completion/Unix/Command/_w3m
@@ -35,6 +35,6 @@ _arguments -C \
 
 case $state in
 	html)
-	_alternative 'files:file:_files -g "*.x#html"' 'urls:url:_w3mhist'
+	_alternative 'files:file:_files -g "*.x#html"' 'urls:url:_w3mhistory'
 	;;
 esac