[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master e224c94: * lisp/emacs-lisp/seq.el (seq-doseq):
From: |
Artur Malabarba |
Subject: |
Re: [Emacs-diffs] master e224c94: * lisp/emacs-lisp/seq.el (seq-doseq): Tighten the code |
Date: |
Fri, 24 Apr 2015 22:45:49 +0100 |
> > + ;; FIXME: Do we really want to support this?
> > + ,@(cddr spec))))
>
>
> Why wouldn't we want to support this?
> It's not only useful, it is also consistent with `dolist'.
I agree. It's a very useful feature. It annoys me to no end that `while` always returns nil.