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

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

[elpa] externals/denote efd9d537cd 278/355: Give appropriate name to bac


From: ELPA Syncer
Subject: [elpa] externals/denote efd9d537cd 278/355: Give appropriate name to backlink button object
Date: Sun, 26 Jun 2022 23:58:32 -0400 (EDT)

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

    Give appropriate name to backlink button object
---
 denote-link.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote-link.el b/denote-link.el
index 6ae1d48bc8..09d7ca2125 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -192,7 +192,7 @@ format is always [[denote:IDENTIFIER]]."
 
 ;;;; Backlinks' buffer
 
-(define-button-type 'denote-link-find-file
+(define-button-type 'denote-link-backlink-button
   'follow-link t
   'action #'denote-link--find-file
   'face 'unspecified)
@@ -230,7 +230,7 @@ Use optional TITLE for a prettier heading."
         (insert (format "%s\n%s\n\n" heading (make-string l ?-))))
       (mapc (lambda (f)
               (insert (file-name-nondirectory f))
-              (make-button (point-at-bol) (point-at-eol) :type 
'denote-link-find-file)
+              (make-button (point-at-bol) (point-at-eol) :type 
'denote-link-backlink-button)
               (newline))
             files)
       (goto-char (point-min))



reply via email to

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