emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] delete-trailing-whitespace on active region


From: Deniz Dogan
Subject: Re: [PATCH] delete-trailing-whitespace on active region
Date: Fri, 11 Feb 2011 19:27:21 +0100

2011/2/11 Stefan Monnier <address@hidden>:
>> Attached is a last attempt, if it's not good then I give up and hope
>> that someone else will take care of it.
>
> Looks good, please install.
>
>> +      (let ((end-marker (set-marker (make-marker) (or end (point-max))))
>
> I'd use (copy-marker (or end (point-max))).
>

Thanks, I made that change and pushed.



reply via email to

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