unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* should cl.el have a version header?
@ 2012-06-13 22:48 joakim
  2012-06-14  1:23 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: joakim @ 2012-06-13 22:48 UTC (permalink / raw)
  To: emacs-devel

I use znc.el from ELPA, which won't work with a recent emacs, since it
has this:
;; Package-Requires: ((cl "2.2") (erc "5.3"))

but the recent cl.el doesn't have this:
;; Version: 2.02

so, does znc do the wrong thing, or cl? (IMHO cl should have the version
header)
-- 
Joakim Verona



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: should cl.el have a version header?
  2012-06-13 22:48 should cl.el have a version header? joakim
@ 2012-06-14  1:23 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2012-06-14  1:23 UTC (permalink / raw)
  To: joakim; +Cc: emacs-devel

> I use znc.el from ELPA, which won't work with a recent emacs, since it
> has this:
> ;; Package-Requires: ((cl "2.2") (erc "5.3"))

> but the recent cl.el doesn't have this:
> ;; Version: 2.02

Feel free to move the Version: header from cl-lib.el to cl.el, yes.

Tho I wonder on what detail of the CL library this package depends.
After all, I don't think CL has seen much development in a long time
(until my recent rampage, that is),


        Stefan



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-14  1:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 22:48 should cl.el have a version header? joakim
2012-06-14  1:23 ` 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).