Mercurial > emacs
diff lisp/ChangeLog @ 110439:c1e130042fa1
* lisp/mail/sendmail.el: Fix commenting convention.
(sendmail-send-it): Use line-beginning-position.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 20 Sep 2010 13:20:38 +0200 |
parents | 19f465048335 |
children | f6272822d94c |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 20 13:13:52 2010 +0200 +++ b/lisp/ChangeLog Mon Sep 20 13:20:38 2010 +0200 @@ -1,5 +1,8 @@ 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca> + * mail/sendmail.el: Fix commenting convention. + (sendmail-send-it): Use line-beginning-position. + * help-fns.el (describe-variable): Add original value, if applicable. 2010-09-20 Juanma Barranquero <lekktu@gmail.com>