emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101810: * lisp/emacs-lisp/cl.el: No


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101810: * lisp/emacs-lisp/cl.el: No longer provide cl-19.
Date: Tue, 05 Oct 2010 19:30:53 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101810
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2010-10-05 19:30:53 -0700
message:
  * lisp/emacs-lisp/cl.el: No longer provide cl-19.
  
  * etc/NEWS: Mention this change.
modified:
  etc/NEWS
  lisp/ChangeLog
  lisp/emacs-lisp/cl.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2010-10-05 04:19:58 +0000
+++ b/etc/NEWS  2010-10-06 02:30:53 +0000
@@ -550,6 +550,8 @@
 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,

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-05 14:20:24 +0000
+++ b/lisp/ChangeLog    2010-10-06 02:30:53 +0000
@@ -1,3 +1,7 @@
+2010-10-06  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/cl.el: No longer provide cl-19.
+
 2010-10-05  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-handle-directory-files-and-attributes)

=== modified file 'lisp/emacs-lisp/cl.el'
--- a/lisp/emacs-lisp/cl.el     2010-01-13 08:35:10 +0000
+++ b/lisp/emacs-lisp/cl.el     2010-10-06 02:30:53 +0000
@@ -645,7 +645,6 @@
 (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]