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

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

[elpa] externals/denote c2419d93f9 3/5: fix: correct ffap functions in '


From: ELPA Syncer
Subject: [elpa] externals/denote c2419d93f9 3/5: fix: correct ffap functions in 'denote-modules'
Date: Wed, 30 Nov 2022 01:57:36 -0500 (EST)

branch: externals/denote
commit c2419d93f9f8c2bae710d8fec12c3284985b8241
Author: Noboru Ota <me@nobiot.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    fix: correct ffap functions in 'denote-modules'
---
 denote.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/denote.el b/denote.el
index ca5ad2e8f0..fd7878b7c0 100644
--- a/denote.el
+++ b/denote.el
@@ -3324,8 +3324,8 @@ or set it in your configuration."
               (const xref-backend-functions)
               (function denote--xref-backend))
         (cons :tag "Integration with find-file-at-point `ffap'"
-              (function denote-module-ffap-setup)
-              (function denote-module-ffap-teardown))))
+              (function denote-module-ffap-enable)
+              (function denote-module-ffap-disable))))
 
 ;;;; project.el integration
 ;;   This is also used by xref integration



reply via email to

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