emacs/lisp/url
F. Jason Park 29029529cb Don't use func-arity to trigger API warning in url-irc
* lisp/url/url-irc.el (url-irc): Use more robust `condition-case'
pattern instead, which will still fail when met with various edge
cases.  The old way was only useful for non-variadic lambda lists
consisting entirely of named positional parameters.  (Bug#56514)
2023-11-12 20:36:32 -08:00
..
ChangeLog.1
url-auth.el Avoid signaling errors in url-basic-auth when password is nil 2023-03-02 14:35:15 +02:00
url-cache.el
url-cid.el
url-cookie.el
url-dav.el
url-domsuf.el Use more recent public_suffix_list.dat where possible 2023-02-17 22:50:13 +01:00
url-expand.el
url-file.el
url-ftp.el
url-future.el
url-gw.el Make url-gateway-broken-resolution obsolete 2023-09-02 02:37:03 +02:00
url-handlers.el
url-history.el
url-http.el
url-imap.el
url-irc.el Don't use func-arity to trigger API warning in url-irc 2023-11-12 20:36:32 -08:00
url-ldap.el
url-mailto.el Don't use mapconcat for effect 2023-04-10 15:20:27 +02:00
url-methods.el
url-misc.el ; Fix 'make-obsolete-variable' forms 2023-03-18 09:12:12 +02:00
url-news.el
url-nfs.el
url-parse.el
url-privacy.el
url-proxy.el
url-queue.el
url-tramp.el
url-util.el
url-vars.el Fix typo in url-privacy-level :type 2023-10-22 21:45:49 +02:00
url.el