emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] lisp/oc-basic.el: add missing function declarations
@ 2024-03-10 13:42 Gerard Vermeulen
  2024-03-12 13:18 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Gerard Vermeulen @ 2024-03-10 13:42 UTC (permalink / raw)
  To: Emacs orgmode

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lisp/oc-basic.el: add missing function declarations
  2024-03-10 13:42 [PATCH] lisp/oc-basic.el: add missing function declarations Gerard Vermeulen
@ 2024-03-12 13:18 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2024-03-12 13:18 UTC (permalink / raw)
  To: Gerard Vermeulen; +Cc: Emacs orgmode

Gerard Vermeulen <gerard.vermeulen@posteo.net> writes:

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

Applied, onto main.
Thanks!
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e2caccfdf

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-12 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-10 13:42 [PATCH] lisp/oc-basic.el: add missing function declarations Gerard Vermeulen
2024-03-12 13:18 ` Ihor Radchenko

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).