emacs-devel
[Top][All Lists]
Advanced

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

Re: master 9c0387d: Fix last change in json.el


From: Lars Ingebrigtsen
Subject: Re: master 9c0387d: Fix last change in json.el
Date: Mon, 04 Jan 2021 09:57:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

mvoteiza@udel.edu (Mark Oteiza) writes:

> -           (/= 0 (length array)))
> +           (if (listp array)
> +               array
> +             (> (length array) 0)))

(length= array 0)

would also work.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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