Mercurial > emacs
changeset 110782:a133fd492185
* lisp/emacs-lisp/cl.el: No longer provide cl-19.
* etc/NEWS: Mention this change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 05 Oct 2010 19:30:53 -0700 |
parents | 664402ada542 |
children | 74a0e8ad7447 |
files | etc/NEWS lisp/ChangeLog lisp/emacs-lisp/cl.el |
diffstat | 3 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Oct 05 19:26:38 2010 -0700 +++ b/etc/NEWS Tue Oct 05 19:30:53 2010 -0700 @@ -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,
--- a/lisp/ChangeLog Tue Oct 05 19:26:38 2010 -0700 +++ b/lisp/ChangeLog Tue Oct 05 19:30:53 2010 -0700 @@ -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)
--- a/lisp/emacs-lisp/cl.el Tue Oct 05 19:26:38 2010 -0700 +++ b/lisp/emacs-lisp/cl.el Tue Oct 05 19:30:53 2010 -0700 @@ -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.