GNU bug report logs - #35131
27.0.50; desktop-save no longer saves register containing frameset

Previous Next

Package: emacs;

Reported by: Tadeus Prastowo <tadeus.prastowo <at> unitn.it>

Date: Wed, 3 Apr 2019 22:17:02 UTC

Severity: normal

Found in version 27.0.50

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Noam Postavsky <npostavs <at> gmail.com>
To: 35131 <at> debbugs.gnu.org, Stefan Monnier <monnier <at> iro.umontreal.ca>,  tadeus.prastowo <at> unitn.it
Subject: bug#35131: 27.0.50; desktop-save no longer saves register containing frameset
Date: Thu, 4 Apr 2019 13:57:20 -0400
On Thu, 4 Apr 2019 at 13:49, Stefan Monnier <monnier <at> iro.umontreal.ca> wrote:

> +     (let* ((pass1 (let ((res ()))
> +                     (dotimes (i (length value))
> +                       (push (desktop--v2s (aref value i)) res))
> +                     (nreverse res)))

Isn't this just (mapcar #'desktop--v2s value)?




This bug report was last modified 6 years and 133 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.