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:
parent
e7de144e92
commit
799f7c09a2
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user