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

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

[elpa] externals/denote b5bacbe180 1/3: Make denote-link-buttonize-buffe


From: ELPA Syncer
Subject: [elpa] externals/denote b5bacbe180 1/3: Make denote-link-buttonize-buffer interactive
Date: Thu, 21 Jul 2022 02:57:31 -0400 (EDT)

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

    Make denote-link-buttonize-buffer interactive
    
    The user might want to use it that way.
---
 denote-link.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/denote-link.el b/denote-link.el
index 5b93124469..f188e62a1b 100644
--- a/denote-link.el
+++ b/denote-link.el
@@ -357,6 +357,7 @@ then you do not need this.
 
 When called from Lisp, with optional BEG and END as buffer
 positions, limit the process to the region in-between."
+  (interactive)
   (when (and (not (derived-mode-p 'org-mode)) (denote--current-file-is-note-p))
     (save-excursion
       (goto-char (or beg (point-min)))



reply via email to

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