diff options
| author | Stefan Monnier | 2019-08-06 04:01:49 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-08-06 04:01:49 -0400 |
| commit | 1d8b5bc8dd543ada2f3c46436e43ea27faa3cd0e (patch) | |
| tree | db3ebd6d9f00fb60280efef3763271e26e60cd15 /etc | |
| parent | 6231483b7e13f1ad34b8aec560e7cc640059d6f9 (diff) | |
| download | emacs-1d8b5bc8dd543ada2f3c46436e43ea27faa3cd0e.tar.gz emacs-1d8b5bc8dd543ada2f3c46436e43ea27faa3cd0e.zip | |
Move cl.el to lisp/obsolete
* lisp/emacs-lisp/cl.el: Move from here...
* lisp/obsolete/cl.el: ...to here.
* lisp/subr.el (do-after-load-evaluation): Use "deprecated" in the
message when loading packages from lisp/obsolete.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -497,6 +497,8 @@ current and the previous or the next line, as before. | |||
| 497 | 497 | ||
| 498 | * Changes in Specialized Modes and Packages in Emacs 27.1 | 498 | * Changes in Specialized Modes and Packages in Emacs 27.1 |
| 499 | 499 | ||
| 500 | ** The 'cl' package is now officially deprecated in favor of `cl-lib`. | ||
| 501 | |||
| 500 | +++ | 502 | +++ |
| 501 | ** winner | 503 | ** winner |
| 502 | *** A new variable, 'winner-boring-buffers-regexp', has been added. | 504 | *** A new variable, 'winner-boring-buffers-regexp', has been added. |