From: Lars Ingebrigtsen <larsi@gnus.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: master 90e4009: Fix infloop in memory-report
Date: Sat, 26 Dec 2020 01:26:50 +0100 [thread overview]
Message-ID: <871rfdcsz9.fsf@gnus.org> (raw)
In-Reply-To: <jwvh7o9pgua.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Fri, 25 Dec 2020 19:11:54 -0500")
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> + (if (gethash (cdr value) counted)
>> + (setq value nil)
>> + (setq value (cdr value)))
>
> AKA
>
> (setq value (if (gethash (cdr value) counted)
> nil
> (cdr value)))
Sure; go ahead and rewrite if you want.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
next prev parent reply other threads:[~2020-12-26 0:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20201225235708.31219.57608@vcs0.savannah.gnu.org>
[not found] ` <20201225235710.8DCCA209C2@vcs0.savannah.gnu.org>
2020-12-26 0:11 ` master 90e4009: Fix infloop in memory-report Stefan Monnier
2020-12-26 0:26 ` Lars Ingebrigtsen [this message]
2020-12-26 9:51 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871rfdcsz9.fsf@gnus.org \
--to=larsi@gnus.org \
--cc=emacs-devel@gnu.org \
--cc=monnier@iro.umontreal.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.