emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e ChangeLog mh-comp.el


From: Stephen Gildea
Subject: [Emacs-commit] emacs/lisp/mh-e ChangeLog mh-comp.el
Date: Tue, 26 Sep 2006 02:16:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Stephen Gildea <gildea> 06/09/26 02:16:16

Modified files:
        lisp/mh-e      : ChangeLog mh-comp.el 

Log message:
        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).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/ChangeLog?cvsroot=emacs&r1=1.228&r2=1.229
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-comp.el?cvsroot=emacs&r1=1.54&r2=1.55

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/ChangeLog,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -b -r1.228 -r1.229
--- ChangeLog   4 Jul 2006 00:43:44 -0000       1.228
+++ ChangeLog   26 Sep 2006 02:16:16 -0000      1.229
@@ -1,3 +1,9 @@
+2006-09-24  Stephen Gildea  <address@hidden>
+
+       * 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  <address@hidden>
 
        Release MH-E version 8.0.2.

Index: mh-comp.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-comp.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- mh-comp.el  16 Jun 2006 00:48:04 -0000      1.54
+++ mh-comp.el  26 Sep 2006 02:16:16 -0000      1.55
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]