1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-13 02:12:18 -07:00
emacs/lisp/emulation
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
..
cua-base.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cua-gmrk.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
cua-rect.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
edt-lk201.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
edt-mapper.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
edt-pc.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
edt-vt100.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
edt.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
keypad.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
viper-cmd.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
viper-ex.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
viper-init.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
viper-keym.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
viper-macs.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
viper-mous.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
viper-util.el ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
viper.el Rename 'any' to 'member-if' and deprecate 'cl-member-if' 2026-03-03 13:57:07 +00:00