branch: externals/compat
commit 71928153bd9d150f19227ca17e2fd0b3335f29aa
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Remove compat--alist-get-handle-testfn realname
---
compat-26.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/compat-26.el b/compat-26.el
index 86bb2a226d..2a3b942c96 100644
--- a/compat-26.el
+++ b/compat-26.el
@@ -150,7 +150,6 @@ from the absolute start of the buffer, disregarding the
narrowing."
(declare-function alist-get nil (key alist &optional default remove))
(compat-defun alist-get (key alist &optional default remove testfn)
"Handle TESTFN manually."
- :realname compat--alist-get-handle-testfn
:prefix t
(if testfn
(compat--alist-get-full-elisp key alist default remove testfn)