]> git.eshelyaron.com Git - emacs.git/commit
Deprecate 'completion-regexp-list'
authorEshel Yaron <me@eshelyaron.com>
Sat, 2 Mar 2024 10:53:15 +0000 (11:53 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 2 Mar 2024 10:53:15 +0000 (11:53 +0100)
commit364c3a6cf19ff64ea125100d90f0a08931580910
tree6d004f8a3a3d006d6d56098e2d7f2bffad38eef5
parent868fa041bef04c90cdf017689b9aa5f610998590
Deprecate 'completion-regexp-list'

This variable doesn't provide any distinct functionality,
because the completion predicate supports regular expression
matching as a special case.  It's also unused except for one
command, where it causes bugs (see Bug#69501).  All in all,
'completion-regexp-list' doesn't carry its own weight.
14 files changed:
doc/lispref/minibuf.texi
lisp/cus-edit.el
lisp/custom.el
lisp/emacs-lisp/regexp-opt.el
lisp/files.el
lisp/minibuffer.el
lisp/net/tramp-crypt.el
lisp/net/tramp.el
lisp/progmodes/idlwave.el
src/dired.c
src/minibuf.c
test/lisp/net/tramp-archive-tests.el
test/lisp/net/tramp-tests.el
test/src/minibuf-tests.el