diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-19 12:44:59 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-19 13:21:37 +0100 |
commit | 521c7c2ae40635532ae22b742a7a521761b2ee85 (patch) | |
tree | e7d014c4bdd5ade1d5faec2272925c9a8a3132b2 /lisp/mastodon-tl.el | |
parent | e930daea74004496dfb9aa61f2f424a53b1ec4b4 (diff) |
rename mastodon-tl-map-alist-to-alist to mastodon-tl--map-alist-vals-to-alist
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 91619f1..7ec5ec4 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1505,7 +1505,7 @@ Key is a symbol, as with `alist-get'." (alist-get key x)) alist)) -(defun mastodon-tl-map-alist-to-alist (key1 key2 alist) +(defun mastodon-tl--map-alist-vals-to-alist (key1 key2 alist) "From ALIST, return an alist consisting of (val1 . val2) elements. Values are accessed by `alist-get', using KEY1 and KEY2." (mapcar (lambda (x) |