]> git.eshelyaron.com Git - emacs.git/commit
Delete two functions obsolete since Emacs 23
authorStefan Kangas <stefankangas@gmail.com>
Fri, 19 Aug 2022 15:17:41 +0000 (17:17 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 19 Aug 2022 15:57:42 +0000 (17:57 +0200)
commit043ae1f53a29d69f2573356715861ec54d626b56
tree4b443cafad4a398124931f745558861e2064bf2f
parentd0bb333efc0faf4c8ee78db5bd9c99819ad2053b
Delete two functions obsolete since Emacs 23

These were announced as removed in Emacs 28.1 NEWS, but apparently
never actually deleted: only their obsoletion warning was removed.
So the warnings were reintroduced in Emacs 28.2, and we now actually
delete them here instead.

* src/process.c (Fset_process_filter_multibyte)
(Fprocess_filter_multibyte_p): Delete functions obsolete since
Emacs 23.
(syms_of_process): Delete corresponding defsubrs.
* lisp/subr.el (process-filter-multibyte-p)
(set-process-filter-multibyte): Delete obsoletion.
* lisp/erc/erc-dcc.el (erc-dcc-server): Don't use obsolete functions.
etc/NEWS
lisp/erc/erc-dcc.el
lisp/subr.el
src/process.c