1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 09:51:05 -07:00
emacs/lisp/erc
Sean Whitton 2bdf15f6d8 Rename 'any' to 'member-if' and deprecate 'cl-member-if'
* lisp/subr.el (any): Rename from this ...
(member-if): ... to this.  All uses changed.
Implement '&key KEY-FN' for backwards compatibility.
(any): New function alias.
* lisp/emacs-lisp/cl-seq.el (cl-member-if): Make an alias for
'member-if'.
* lisp/obsolete/cl.el (member-if): Delete obsolete function
alias.
* doc/lispref/lists.texi (List Elements):
* doc/misc/cl.texi (Lists as Sets):
* etc/NEWS: Document the change.
2026-03-03 13:57:07 +00:00
..
ChangeLog.1 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
ChangeLog.2 ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-autoaway.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-backend.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-button.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-capab.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-common.el Use seq-doseq for iterating over strings in ERC 2026-01-11 05:25:03 -08:00
erc-compat.el Rename 'any' to 'member-if' and deprecate 'cl-member-if' 2026-03-03 13:57:07 +00:00
erc-dcc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-desktop-notifications.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-ezbounce.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-fill.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-goodies.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-ibuffer.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-identd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-imenu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-join.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-lang.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-list.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-log.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-match.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-menu.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-netsplit.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-networks.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-nicks.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-notify.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-page.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-pcomplete.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-replace.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-ring.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-sasl.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-services.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-sound.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-speedbar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-spelling.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-stamp.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-status-sidebar.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-track.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-truncate.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc-xdcc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
erc.el Use seq-doseq for iterating over strings in ERC 2026-01-11 05:25:03 -08:00