mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Fix "invalid function: quote"
On emacs24, Debian, HTML doc generation finishes with this error.
This commit is contained in:
parent
5aebe46e5c
commit
4692c8169d
@ -135,7 +135,7 @@
|
|||||||
(princ yas--version (current-buffer)))))
|
(princ yas--version (current-buffer)))))
|
||||||
(proj-plist
|
(proj-plist
|
||||||
`(,@(when (fboundp 'org-html-publish-to-html)
|
`(,@(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
|
:base-directory ,dir :publishing-directory ,dir
|
||||||
:html-preamble
|
:html-preamble
|
||||||
,(with-temp-buffer
|
,(with-temp-buffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user