unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] master 87fb1e3: Fix winner in cl-lib not loaded case
       [not found] ` <E1Zhssk-00068M-7n@vcs.savannah.gnu.org>
@ 2015-10-02 13:01   ` Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2015-10-02 13:01 UTC (permalink / raw)
  To: emacs-devel; +Cc: Daniel Colascione

> -        (cl-remove-if-not 'frame-live-p winner-modified-list))
> +        (cl-loop for frame in winner-modified-list
> +             if (frame-live-p frame) collect frame))

Not sure exactly what was your motivation, for fixing it this way, but
just in case: another acceptable fix was to remove the
eval-when-compile around (require 'cl-lib).


        Stefan



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

only message in thread, other threads:[~2015-10-02 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20151002052746.23544.296@vcs.savannah.gnu.org>
     [not found] ` <E1Zhssk-00068M-7n@vcs.savannah.gnu.org>
2015-10-02 13:01   ` [Emacs-diffs] master 87fb1e3: Fix winner in cl-lib not loaded case Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).