aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/cl.el1
3 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fcf0404f8c5..e3c8e561d81 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -550,6 +550,8 @@ similar to the ones created by shift-selection. In previous Emacs
550versions, these regions were delineated by `mouse-drag-overlay', which 550versions, these regions were delineated by `mouse-drag-overlay', which
551has now been removed. 551has now been removed.
552 552
553** cl.el no longer provides `cl-19'.
554
553** The following functions and aliases, obsolete since at least Emacs 21.1, 555** The following functions and aliases, obsolete since at least Emacs 21.1,
554have been removed: 556have been removed:
555comint-kill-output, decompose-composite-char, outline-visible, 557comint-kill-output, decompose-composite-char, outline-visible,
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6bda1609804..b681fb05b85 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12010-10-06 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/cl.el: No longer provide cl-19.
4
12010-10-05 Michael Albinus <michael.albinus@gmx.de> 52010-10-05 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * net/tramp.el (tramp-handle-directory-files-and-attributes) 7 * net/tramp.el (tramp-handle-directory-files-and-attributes)
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index 38ae511db78..9b275255b27 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."
645(load "cl-loaddefs" nil 'quiet) 645(load "cl-loaddefs" nil 'quiet)
646 646
647;; This goes here so that cl-macs can find it if it loads right now. 647;; This goes here so that cl-macs can find it if it loads right now.
648(provide 'cl-19) ; usage: (require 'cl-19 "cl")
649(provide 'cl) 648(provide 'cl)
650 649
651;; Things to do after byte-compiler is loaded. 650;; Things to do after byte-compiler is loaded.