emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org 009900d 2/2: oc: Add autoload cookie for `o


From: ELPA Syncer
Subject: [elpa] externals-release/org 009900d 2/2: oc: Add autoload cookie for `org-cite-insert'
Date: Wed, 13 Oct 2021 16:57:31 -0400 (EDT)

branch: externals-release/org
commit 009900d7fa149f4548a726260d1a6e6ac98c8ba7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    oc: Add autoload cookie for `org-cite-insert'
    
    * lisp/oc.el (org-cite-insert): Autoload function.
---
 lisp/oc.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/oc.el b/lisp/oc.el
index 071a6e3..dcda8d7 100644
--- a/lisp/oc.el
+++ b/lisp/oc.el
@@ -1600,6 +1600,7 @@ The generated function inserts or edit a citation at 
point.  More specifically,
                     "")
                   (mapconcat (lambda (k) (concat "@" k)) keys "; "))))))))
 
+;;;###autoload
 (defun org-cite-insert (arg)
   "Insert a citation at point.
 Insertion is done according to the processor set in 
`org-cite-insert-processor'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]