From: No Wayman <iarchivedmywholelife@gmail.com>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Declare functions for byte compiler [9.5 (9.5-g769a55 @ /home/n/.emacs.d/straight/build/org/)]
Date: Sat, 25 Sep 2021 15:55:41 -0400 [thread overview]
Message-ID: <87tui8whq3.fsf@gmail.com> (raw)
In-Reply-To: <87a6k0cuez.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 418 bytes --]
Bastien <bzg@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.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: org-attach-byte-comp-patch --]
[-- Type: text/x-patch, Size: 907 bytes --]
From c5b77469c2fbff5d9fd25fcf9025b8a354406256 Mon Sep 17 00:00:00 2001
From: Nicholas Vollmer <iarchivedmywholelife@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
next prev parent reply other threads:[~2021-09-25 19:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-25 19:15 [PATCH] Declare functions for byte compiler [9.5 (9.5-g769a55 @ /home/n/.emacs.d/straight/build/org/)] No Wayman
2021-09-25 19:28 ` No Wayman
2021-09-25 19:44 ` Bastien
2021-09-25 19:55 ` No Wayman [this message]
2021-09-25 20:46 ` Bastien
2021-09-25 19:31 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tui8whq3.fsf@gmail.com \
--to=iarchivedmywholelife@gmail.com \
--cc=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.