all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 9c0387d: Fix last change in json.el
       [not found] ` <20210104030855.3EAD620999@vcs0.savannah.gnu.org>
@ 2021-01-04  8:57   ` Lars Ingebrigtsen
  0 siblings, 0 replies; only message in thread
From: Lars Ingebrigtsen @ 2021-01-04  8:57 UTC (permalink / raw)
  To: emacs-devel; +Cc: Mark Oteiza

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-04  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20210104030853.4571.72526@vcs0.savannah.gnu.org>
     [not found] ` <20210104030855.3EAD620999@vcs0.savannah.gnu.org>
2021-01-04  8:57   ` master 9c0387d: Fix last change in json.el Lars Ingebrigtsen

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.