Nick Dokos <nicholas.do...@hp.com> writes:

>> -(defun mail-mode-fill-paragraph (arg)
>> +(defun mail-mode-fill-paragraph (&optional arg)
>>    ;; Do something special only if within the headers.
>>    (if (< (point) (mail-header-end))
>>        (let (beg end fieldname)
>> 
>
> That fixes it - but is it really a problem with sendmail.el
> and not with org?

Both -- I fixed the problem in Org, things should be okay now.
But still, I think the arg in `mail-mode-fill-paragraph' should
be optional.

Thanks for reporting this,

-- 
 Bastien

Reply via email to