aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/cl.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2010-10-05 19:30:53 -0700
committerGlenn Morris <[email protected]>2010-10-05 19:30:53 -0700
commit4583e7960f033172a4b1ca7360bdf26045c83615 (patch)
treee8d80f200d3d7fda309d6c3a6a20b1eaff719bbf /lisp/emacs-lisp/cl.el
parent4c83f6e1e2a63ea1b16fd1e35a7790b5c5ed5e1f (diff)
* lisp/emacs-lisp/cl.el: No longer provide cl-19.
* etc/NEWS: Mention this change.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r--lisp/emacs-lisp/cl.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index 38ae511db7..9b275255b2 100644
--- a/lisp/emacs-lisp/cl.el
+++ b/lisp/emacs-lisp/cl.el
@@ -645,7 +645,6 @@ If ALIST is non-nil, the new pairs are prepended to it."
(load "cl-loaddefs" nil 'quiet)
;; This goes here so that cl-macs can find it if it loads right now.
-(provide 'cl-19) ; usage: (require 'cl-19 "cl")
(provide 'cl)
;; Things to do after byte-compiler is loaded.