aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas2020-05-15 19:55:26 +0200
committerStefan Kangas2020-05-15 19:55:26 +0200
commitb76cdd0c1a7978decc0c1044ad23ecc9432c526a (patch)
tree13532d1defc46230a4c9758843e8c2a304e06c7c /etc
parent5d97d2683a5e9051e4e048397c5a3681e378c9b5 (diff)
downloademacs-b76cdd0c1a7978decc0c1044ad23ecc9432c526a.tar.gz
emacs-b76cdd0c1a7978decc0c1044ad23ecc9432c526a.zip
Delete libraries obsolete since 23.1 and 23.2
Emacs 23.2 was released 10 years ago. old-whitespace.el has a replacement in whitespace.el and is no longer relevant. The other libraries implement compatibility with Lucid Emacs, a modified version of Emacs last released in the 1990s. * lisp/obsolete/ledit.el: * lisp/obsolete/lmenu.el: * lisp/obsolete/lucid.el: * lisp/obsolete/old-whitespace.el: Delete files. These libraries have been obsolete since Emacs 23.1 or 23.2. * etc/NEWS: Announce their deletion. * admin/authors.el (authors-ignored-files) (authors-fixed-entries, authors-valid-file-names): * lisp/emulation/viper.el (viper-mode): * lisp/ffap.el (ffap-menu-ask): Remove references to deleted files.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8a1d51c18d7..b93199f362f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -397,6 +397,10 @@ This is no longer supported, and setting this variable has no effect.
397** The macro 'with-displayed-buffer-window' is now obsolete. 397** The macro 'with-displayed-buffer-window' is now obsolete.
398Use macro 'with-current-buffer-window' with action alist entry 'body-function'. 398Use macro 'with-current-buffer-window' with action alist entry 'body-function'.
399 399
400---
401** Some libraries obsolete since Emacs 23 have been removed:
402'ledit.el', 'lmenu.el', 'lucid.el and 'old-whitespace.el'.
403
400 404
401* Lisp Changes in Emacs 28.1 405* Lisp Changes in Emacs 28.1
402 406