summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-10-23 19:49:11 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-10-23 19:49:11 +0000
commitc3e87fd2b03f591ffad0452ac43d01135ccacc9e (patch)
tree7588527dcaf789540952faf4bbdb3b4e6be3d72f
parent533021f2ad7c7d136adbf216c8c95aaab8ee7098 (diff)
downloadzsh-c3e87fd2b03f591ffad0452ac43d01135ccacc9e.tar.gz
zsh-c3e87fd2b03f591ffad0452ac43d01135ccacc9e.zip
21910: fix message sequence number for last commit
-rw-r--r--ChangeLog7
1 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 39e733613..af08fc98c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,10 +5,9 @@
2005-10-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
- * unposted, yet, owing to email outage, but c.f. 21907:
- abnormal return from insertlastword() didn't unmetafy the line;
- add extra UNMETACHECK() to pick up problems early from zle
- within widget.
+ * 21910: abnormal return from insertlastword() didn't unmetafy
+ the line; add extra UNMETACHECK() to pick up problems early from
+ zle within widget.
2005-10-21 Peter Stephenson <p.w.stephenson@ntlworld.com>