Correct the wrong function name introduced in #461's fix.

This commit is contained in:
Yujie Wen 2021-10-25 22:24:14 +08:00
parent f71a12a04d
commit a995a9cf4c
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ Reveal.initialize({
(let ((obj (car r))
(remain-index (cdr r)))
(and obj
(cons obj (read-sexps-from-string (substring s remain-index)))))))))
(cons obj (org-reveal--read-sexps-from-string (substring s remain-index)))))))))
(defun org-reveal-plugin-scripts-4 (plugins info)
"Return scripts for initializing reveal.js 4.x builtin scripts"