Mercurial > emacs
changeset 73129:6478736310c3
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).
author | Stephen Gildea <gildea@stop.mail-abuse.org> |
---|---|
date | Tue, 26 Sep 2006 02:16:16 +0000 |
parents | 552aef7d51cb |
children | 1e5bc57805bc |
files | lisp/mh-e/ChangeLog lisp/mh-e/mh-comp.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Tue Sep 26 01:17:48 2006 +0000 +++ b/lisp/mh-e/ChangeLog Tue Sep 26 02:16:16 2006 +0000 @@ -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.
--- a/lisp/mh-e/mh-comp.el Tue Sep 26 01:17:48 2006 +0000 +++ b/lisp/mh-e/mh-comp.el Tue Sep 26 02:16:16 2006 +0000 @@ -127,7 +127,7 @@ (make-syntax-table text-mode-syntax-table)) (modify-syntax-entry ?% "." mh-letter-mode-syntax-table)) -(defvar mh-send-args nil +(defvar mh-send-args "" "Extra args to pass to \"send\" command.") (defvar mh-annotate-char nil