* lisp/emacs-lisp/cl.el: No longer provide cl-19.
authorGlenn Morris <rgm@gnu.org>
Wed, 6 Oct 2010 02:30:53 +0000 (19:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 6 Oct 2010 02:30:53 +0000 (19:30 -0700)
* etc/NEWS: Mention this change.

etc/NEWS
lisp/ChangeLog
lisp/emacs-lisp/cl.el

index fcf0404..e3c8e56 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -550,6 +550,8 @@ similar to the ones created by shift-selection.  In previous Emacs
 versions, these regions were delineated by `mouse-drag-overlay', which
 has now been removed.
 
+** cl.el no longer provides `cl-19'.
+
 ** The following functions and aliases, obsolete since at least Emacs 21.1,
 have been removed:
 comint-kill-output, decompose-composite-char, outline-visible,
index 6bda160..b681fb0 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-06  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/cl.el: No longer provide cl-19.
+
 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-handle-directory-files-and-attributes)
index 38ae511..9b27525 100644 (file)
@@ -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.