# HG changeset patch # User Chong Yidong # Date 1175701055 0 # Node ID aa6be935808e20c5d0c988fc02e4ec2f14807c40 # Parent c4ac2750f7e45a660006ef2a528de01deb0d237f * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when downcasing. diff -r c4ac2750f7e4 -r aa6be935808e lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 04 15:34:59 2007 +0000 +++ b/lisp/ChangeLog Wed Apr 04 15:37:35 2007 +0000 @@ -4,6 +4,9 @@ * international/mule.el (ascii-case-table): New var. + * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when + downcasing. + 2007-04-03 Nick Roberts * progmodes/gud.el (gud-minor-mode-map): Simplify.