1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

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).
This commit is contained in:
Stephen Gildea 2006-09-26 02:16:16 +00:00
parent e7de144e92
commit 799f7c09a2
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -127,7 +127,7 @@ Used by the \\[mh-edit-again] and \\[mh-extract-rejected-mail] commands.")
(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