diff options
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/cl.el | 1 |
3 files changed, 6 insertions, 1 deletions
| @@ -550,6 +550,8 @@ similar to the ones created by shift-selection. In previous Emacs | |||
| 550 | versions, these regions were delineated by `mouse-drag-overlay', which | 550 | versions, these regions were delineated by `mouse-drag-overlay', which |
| 551 | has now been removed. | 551 | has 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, |
| 554 | have been removed: | 556 | have been removed: |
| 555 | comint-kill-output, decompose-composite-char, outline-visible, | 557 | comint-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 @@ | |||
| 1 | 2010-10-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/cl.el: No longer provide cl-19. | ||
| 4 | |||
| 1 | 2010-10-05 Michael Albinus <michael.albinus@gmx.de> | 5 | 2010-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. |