emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
To: Emacs orgmode <emacs-orgmode@gnu.org>
Subject: [PATCH] lisp/oc-basic.el: add missing function declarations
Date: Sun, 10 Mar 2024 13:42:05 +0000	[thread overview]
Message-ID: <32ffc479346ac4eae8537cbe8d68e2ca@posteo.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

Hi,

the attached patch adds two missing function declarations to oc-basic.el

Regards -- Gerard

[-- Attachment #2: 0001-lisp-oc-basic.el-add-missing-function-declarations.patch --]
[-- Type: application/octet-stream, Size: 1001 bytes --]

From 6024534b87c0c7085d6984b9f546d151f5b36c32 Mon Sep 17 00:00:00 2001
From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
Date: Sun, 10 Mar 2024 14:34:48 +0100
Subject: [PATCH] lisp/oc-basic.el: add missing function declarations

---
 lisp/oc-basic.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/oc-basic.el b/lisp/oc-basic.el
index 1028debc8..8959bb065 100644
--- a/lisp/oc-basic.el
+++ b/lisp/oc-basic.el
@@ -78,6 +78,9 @@
 (declare-function org-open-at-point "org" (&optional arg))
 (declare-function org-open-file "org" (path &optional in-emacs line search))
 
+(declare-function org-element-create "org-element-ast" (type &optional props &rest children))
+(declare-function org-element-set "org-element-ast" (old new &optional keep-props))
+
 (declare-function org-element-interpret-data "org-element" (data))
 (declare-function org-element-parse-secondary-string "org-element" (string restriction &optional parent))
 (declare-function org-element-map "org-element"
-- 
2.42.0


             reply	other threads:[~2024-03-10 13:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-10 13:42 Gerard Vermeulen [this message]
2024-03-12 13:18 ` [PATCH] lisp/oc-basic.el: add missing function declarations Ihor Radchenko

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=32ffc479346ac4eae8537cbe8d68e2ca@posteo.net \
    --to=gerard.vermeulen@posteo.net \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).