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

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

[elpa] externals/org-remark f2a1e9f339 32/67: fix(eww) adjust the arg of


From: ELPA Syncer
Subject: [elpa] externals/org-remark f2a1e9f339 32/67: fix(eww) adjust the arg of fn link-to-source
Date: Sat, 22 Jul 2023 06:59:02 -0400 (EDT)

branch: externals/org-remark
commit f2a1e9f339a9bbbebe58d628a0fe423c1d0245d4
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    fix(eww) adjust the arg of fn link-to-source
---
 org-remark-eww.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-remark-eww.el b/org-remark-eww.el
index 7d48fa5516..7d8ee02769 100644
--- a/org-remark-eww.el
+++ b/org-remark-eww.el
@@ -6,7 +6,7 @@
 ;;          Noboru Ota <me@nobiot.com>
 ;; URL: https://github.com/nobiot/org-remark
 ;; Created: 23 December 2022
-;; Last modified: 14 January 2023
+;; Last modified: 25 June 2023
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 ;; Keywords: org-mode, annotation, note-taking, marginal-notes, wp
 
@@ -66,7 +66,7 @@ This function is meant to be set to hook
     (let ((url-parsed (url-generic-parse-url (eww-current-url))))
       (concat (url-host url-parsed) (url-filename url-parsed)))))
 
-(defun org-remark-eww-highlight-link-to-source (filename)
+(defun org-remark-eww-highlight-link-to-source (filename _point)
   "Return URL pointinting to the source website (FILENAME).
 It assumes https:
 This function is meant to be set to hook



reply via email to

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