all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [elpa] master 79640e9 3/7: In support of last change. Silence caddr warning.
       [not found] ` <20160801171706.B8543220169@vcs.savannah.gnu.org>
@ 2016-08-01 18:08   ` Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2016-08-01 18:08 UTC (permalink / raw
  To: emacs-devel; +Cc: rocky

> +(eval-when-compile (require 'cl))
[...]
> -	  (insert (format ": %s\n" (caddr assoc)))
> +	  (insert (format ": %s\n" (cl-caddr assoc)))

Hmm, no: cl-caddr is not provided by `cl' but by `cl-lib'.


        Stefan



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

only message in thread, other threads:[~2016-08-01 18:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20160801171705.18010.55428@vcs.savannah.gnu.org>
     [not found] ` <20160801171706.B8543220169@vcs.savannah.gnu.org>
2016-08-01 18:08   ` [elpa] master 79640e9 3/7: In support of last change. Silence caddr warning Stefan Monnier

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.