Backport commit a6a821d29 from Emacs

* lisp/ob-lisp.el (org-babel-lisp-eval-fn): Tweak type.

Avoids type mismatch when relevant library is not present/loaded.

a6a821d29bda3e45fb26289e6119359ea3b91ebb
Glenn Morris
Thu Mar 22 14:37:45 2018 -0400
This commit is contained in:
Glenn Morris 2018-03-22 14:37:45 -04:00 committed by Kyle Meyer
parent 5b6e099a6b
commit b45c1ff4d4
1 changed files with 1 additions and 1 deletions

View File

@ -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)"