emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Desktop mode saves mark-ring too verbosely


From: Stefan Monnier
Subject: Re: [PATCH] Desktop mode saves mark-ring too verbosely
Date: Wed, 21 Jan 2015 10:04:02 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> This is more complex than my original patch, but it does what you want
> (IIUC what you want).

Looks OK, indeed.

> +        (mapcar (lambda (p)
> +                  (set-marker (make-marker) p))
> +                bmr))))

Aka (mapcar #'copy-marker bmr)


        Stefan



reply via email to

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