From 82aac0a4b33eb54d510bcf19c162213682e1dea8 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 2 Sep 2022 09:42:36 +0200 Subject: use # for quoted functions --- lisp/mastodon-profile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index aa5ec2e..00ffedd 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -344,9 +344,9 @@ Returns a list of lists." (defun mastodon-profile--fields-insert (fields) "Format and insert field pairs (a.k.a profile metadata) in FIELDS." - (let* ((car-fields (mapcar 'car fields)) + (let* ((car-fields (mapcar #'car fields)) (left-width (cl-reduce - #'max (mapcar 'length car-fields)))) + #'max (mapcar #'length car-fields)))) (mapconcat (lambda (field) (mastodon-tl--render-text (concat -- cgit v1.2.3