branch: externals/denote-org
commit 2c13b234d5c93f0eca3a0bf93a0cadded75ff8bd
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Make stylistic change to denote-org--get-backlinks-for-heading
---
 denote-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-org.el b/denote-org.el
index 2842d36a6e..a080b81b91 100644
--- a/denote-org.el
+++ b/denote-org.el
@@ -198,7 +198,7 @@ set to `context', then return a patternf of the following 
form:
               (xref-file-name-display 'abs)
               (matches-in-files (xref-matches-in-files file-and-heading-id 
files))
               (xref-alist (xref--analyze matches-in-files)))
-    (mapcar (lambda (x) (car x)) xref-alist)))
+    (mapcar #'car xref-alist)))
 
 (define-obsolete-function-alias
   'denote-org-extras-backlinks-for-heading

Reply via email to