mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
* lisp/emacs-lisp/cl.el: No longer provide cl-19.
* etc/NEWS: Mention this change.
This commit is contained in:
parent
4c83f6e1e2
commit
4583e7960f
2
etc/NEWS
2
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,
|
||||
|
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user