[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))
- [elpa] externals/denote updated (46ecf930a0 -> 5a9328bdb0), ELPA Syncer, 2024/07/25
- [elpa] externals/denote 7531208411 2/8: Bump version to trigger GNU ELPA package rebuild, ELPA Syncer, 2024/07/25
- [elpa] externals/denote 0511307fa8 7/8: Make sure denote-link--prepare-backlinks works without BUFFER argument, ELPA Syncer, 2024/07/25
- [elpa] externals/denote 8a2d7afbef 3/8: Remove needless denote-link group, ELPA Syncer, 2024/07/25
- [elpa] externals/denote dc61708c5f 1/8: Do not try to search for xrefs if there are no files, ELPA Syncer, 2024/07/25
- [elpa] externals/denote d28a7c1a2c 5/8: Rename user option to denote-backlinks-display-buffer-action, ELPA Syncer, 2024/07/25
- [elpa] externals/denote cae8decee1 6/8: Fix some missing symbol renames from commit d28a7c1, ELPA Syncer, 2024/07/25
- [elpa] externals/denote 295187bc6a 4/8: Reposition a user option closer towards the top, ELPA Syncer, 2024/07/25
- [elpa] externals/denote 5a9328bdb0 8/8: Fix error in commit 0511307,
ELPA Syncer <=