]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 fcf0404f8c5a0212b58d8393356c7e00dccfbed7..e3c8e561d816eb9fff3312931fe44f2a150fe37f 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 6bda16098041b8c8b49de8415730c928e996e74e..b681fb05b85315020379bbfd13e7e1b85a480350 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 38ae511db78fcd14c011317531520c7055fb67a0..9b275255b27ce79b7a4a8f9d2fbe6d03582e09de 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.