branch: master
commit 4692c8169d46f5a95cff897c1f9e5ea88c230bff
Author: Alberto Luaces <[email protected]>
Commit: Alberto Luaces <[email protected]>
Fix "invalid function: quote"
On emacs24, Debian, HTML doc generation finishes with this error.
---
doc/yas-doc-helper.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/yas-doc-helper.el b/doc/yas-doc-helper.el
index d27f777..ab172b6 100755
--- a/doc/yas-doc-helper.el
+++ b/doc/yas-doc-helper.el
@@ -135,7 +135,7 @@
(princ yas--version (current-buffer)))))
(proj-plist
`(,@(when (fboundp 'org-html-publish-to-html)
- '(:publishing-function 'org-html-publish-to-html))
+ '(:publishing-function org-html-publish-to-html))
:base-directory ,dir :publishing-directory ,dir
:html-preamble
,(with-temp-buffer