about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-11-13 15:50:25 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-11-13 15:50:25 +0000
commit3780c3e6932417687b4232d95c5a48962322607c (patch)
tree046a7e97a900459dbcd1a47b5ce334be2978e83d
parenta6a63a147e4e28a1ac700938c6e7694c6de97e5d (diff)
downloadzsh-3780c3e6932417687b4232d95c5a48962322607c.tar.gz
zsh-3780c3e6932417687b4232d95c5a48962322607c.tar.xz
zsh-3780c3e6932417687b4232d95c5a48962322607c.zip
correct old message number
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d2ca7d7a..5fb068491 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -506,7 +506,7 @@
 	* users/6367: Doc/Zsh/contrib.yo: match-words-by-style was
 	wrongly called match-word-by-style.
 
-	* 19696: Completion/Unix/Command/_cvs: quoting of characters
+	* 18796: Completion/Unix/Command/_cvs: quoting of characters
 	when completing existing CVS-managed files (in particular
 	spaces) was flakey.  The same problem probably exists for
 	completing modified files, but the code is indecipherable.