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: Stefan Monnier
Subject: Re: [PATCH] delete-trailing-whitespace on active region
Date: Fri, 11 Feb 2011 09:30:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> 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))).


        Stefan "Actually, I'm tempted to mark make-marker as obsolete"



reply via email to

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