[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/org-transclusion 3da91e2 2/3: intrnl: declare org-t
From: |
Stefan Monnier |
Subject: |
Re: [elpa] externals/org-transclusion 3da91e2 2/3: intrnl: declare org-transclusion-org-file-p |
Date: |
Sat, 04 Dec 2021 10:08:59 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Hi Noboru,
> @@ -29,6 +29,8 @@
> (declare-function text-clone-make-overlay 'text-clone)
> (declare-function org-transclusion-live-sync-buffers-others-default
> 'org-transclusion)
> +(declare-function org-transclusion-org-file-p
> + 'org-transclusion)
>
Note that the second arg of `declare-function` is supposed to be
a string (gives the name of the ELisp file in which the function is
expected to be found).
Stefan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [elpa] externals/org-transclusion 3da91e2 2/3: intrnl: declare org-transclusion-org-file-p,
Stefan Monnier <=