GNU ELPA - cl-lib

cl-lib

Description
Forward cl-lib compatibility library for Emacs<24.3
Latest
cl-lib-0.7.1.tar, 2022-Dec-12, 20.0 KiB
Maintainer
Stefan Monnier <monnier@iro.umontreal.ca>
Website
https://elpa.gnu.org/packages/cl-lib.html
Browse repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET cl-lib RET

Full description

This is a forward compatibility package, which provides (a subset of) the
features of the cl-lib package introduced in Emacs-24.3, for use on
previous emacsen (it should work on Emacs>=20 as well as XEmacs).

Make sure this is installed *late* in your `load-path`, i.e. after Emacs's
built-in .../lisp/emacs-lisp directory, so that if/when you upgrade to
Emacs-24.3, the built-in version of the file will take precedence, otherwise
you could get into trouble (although we try to hack our way around the
problem in case it happens).

This code is largely copied from Emacs-24.3's cl.el, with the alias bindings
simply reversed.

Old versions

cl-lib-0.7.tar.lz2021-Apr-214.09 KiB
cl-lib-0.6.1.el.lz2017-Jan-064.16 KiB
cl-lib-0.6.el.lz2017-Jan-044.11 KiB
cl-lib-0.5.el.lz2014-Feb-263.96 KiB
cl-lib-0.4.el.lz2014-Jan-253.77 KiB
cl-lib-0.3.el.lz2013-May-233.17 KiB
cl-lib-0.2.el.lz2012-Dec-022.97 KiB
cl-lib-0.1.el.lz2012-Nov-172.21 KiB

News

Since v0.7:
- Provides `gv-define-setter'.