* lisp/org/ob-lisp.el (org-babel-lisp-eval-fn): Tweak type.
Avoids type mismatch when relevant library is not present/loaded.
This commit is contained in:
parent
7c993c34b0
commit
a6a821d29b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Valid values include `slime-eval' and `sly-eval'."
|
|||
:group 'org-babel
|
||||
:version "26.1"
|
||||
:package-version '(Org . "9.0")
|
||||
:type 'function)
|
||||
:type 'symbol)
|
||||
|
||||
(defcustom org-babel-lisp-dir-fmt
|
||||
"(let ((*default-pathname-defaults* #P%S\n)) %%s\n)"
|
||||
|
|
Loading…
Add table
Reference in a new issue