diff options
author | Stephen Gildea <gildea@stop.mail-abuse.org> | 2006-09-26 02:16:16 +0000 |
---|---|---|
committer | Stephen Gildea <gildea@stop.mail-abuse.org> | 2006-09-26 02:16:16 +0000 |
commit | 799f7c09a2b0dbed6b9b59ab740140a4fd0fb9b5 (patch) | |
tree | 570d4e20f52d2eb964a74d21221888402ee81cb1 /lisp/mh-e/ChangeLog | |
parent | e7de144e9235b07a57537f6284a3c5ee6f7bc6f5 (diff) | |
download | emacs-799f7c09a2b0dbed6b9b59ab740140a4fd0fb9b5.tar.gz |
mh-comp.el (mh-send-args): Initialize to "" instead of nil
so that we always have a valid string for split-string even if
nothing is added in mh-send-letter (closes SF #1564742).
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r-- | lisp/mh-e/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index a49e3b2a4a3..4763cbcc292 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,9 @@ +2006-09-24 Stephen Gildea <gildea@stop.mail-abuse.org> + + * mh-comp.el (mh-send-args): Initialize to "" instead of nil + so that we always have a valid string for split-string even if + nothing is added in mh-send-letter (closes SF #1564742). + 2006-07-03 Bill Wohler <wohler@newt.com> Release MH-E version 8.0.2. |