Mercurial > hg > xemacs-beta
diff lisp/modes/sendmail.el @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | cca96a509cfe |
children | 59463afc5666 |
line wrap: on
line diff
--- a/lisp/modes/sendmail.el Mon Aug 13 09:35:15 2007 +0200 +++ b/lisp/modes/sendmail.el Mon Aug 13 09:36:16 2007 +0200 @@ -1005,10 +1005,8 @@ t) (or soft (progn (goto-char end) - ;; #### FSF has the next two clauses reversed. - ;; which is correct? - (skip-chars-backward "\n") - (insert "\n" field ": "))) + (insert "\n" field ": ") + (skip-chars-backward "\n"))) nil))) (defun mail-text ()