Bastien <b...@gnu.org> writes:
That's not just org-attach.el, right? The patch does not apply
either in the bugfix or in the main branch. Could you resend
it,
also wrapping the body of the ChangeLog at <80 lines? M-x
change-log-mode RET can help. TIA!
Sorry. Didn't realize the first patch had already been committed,
so I rolled the change into that.
Separated the org-attach patch. See attached.
>From c5b77469c2fbff5d9fd25fcf9025b8a354406256 Mon Sep 17 00:00:00 2001
From: Nicholas Vollmer <iarchivedmywholel...@gmail.com>
Date: Sat, 25 Sep 2021 15:05:08 -0400
Subject: [PATCH] org-attach: Fix byte-comp function warning
* (org-attach.el): Declare function for byte compiler.
---
lisp/org-attach.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 162a01e5e..c2d71514c 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -40,6 +40,7 @@
(require 'org-id)
(declare-function dired-dwim-target-directory "dired-aux")
+(declare-function dired-get-marked-files "dired" (&optional localp arg filter distinguish-one-marked error))
(declare-function org-element-property "org-element" (property element))
(declare-function org-element-type "org-element" (element))
(declare-function org-inlinetask-goto-beginning "org-inlinetask" ())
--
2.33.0