]> git.eshelyaron.com Git - emacs.git/commit
Delete compat code in `url` library
authorStefan Kangas <stefankangas@gmail.com>
Sun, 4 Feb 2024 09:28:40 +0000 (10:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:06:14 +0000 (12:06 +0100)
commit7fffab9382425a6a5360b1452dc61c615a719087
tree99e586bc1f1fbec550b0983640a2914561893c28
parentf51fd2c5936cd07c4454cc827c5bb526cac39417
Delete compat code in `url` library

* lisp/url/url-cid.el (url-cid): Delete compat code for ancient Gnus.
* lisp/url/url-ldap.el (url-ldap-certificate-formatter): Delete compat
code; ssl.el has never been in Emacs.
* lisp/url/url-mailto.el (url-mail): Make into alias for 'message-mail',
since it is always fboundp.

(cherry picked from commit 9bbf8232dba746db90b90285e9e4ed6d299d251a)
lisp/url/url-cid.el
lisp/url/url-ldap.el
lisp/url/url-mailto.el