emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 5a9328bdb0 8/8: Fix error in commit 0511307


From: ELPA Syncer
Subject: [elpa] externals/denote 5a9328bdb0 8/8: Fix error in commit 0511307
Date: Thu, 25 Jul 2024 03:58:09 -0400 (EDT)

branch: externals/denote
commit 5a9328bdb08c5ed1142f7ff05b2616ef813008ee
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix error in commit 0511307
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index a655329a82..d1cf892696 100644
--- a/denote.el
+++ b/denote.el
@@ -4371,7 +4371,7 @@ concomitant alist, such as 
`denote-backlinks-display-buffer-action'."
       (setq overlay-arrow-position nil)
       (denote-backlinks-mode)
       (goto-char (point-min))
-      (if (or show-context denote-backlinks-show-context)
+      (if denote-backlinks-show-context
           (xref--insert-xrefs xref-alist)
         (mapc (lambda (x)
                 (insert (car x))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]