Drop use of `yas--version' in doc/yas-doc-helper.el

- No longer available since 0.14.3
This commit is contained in:
Xiyue Deng 2025-06-04 01:29:16 -07:00
parent dd570a6b22
commit c1e6ff23e9
No known key found for this signature in database
GPG Key ID: 2DE965ED63825C93

View File

@ -199,7 +199,7 @@ But replace link to \"current\" page with a span element."
;;:with-broken-links mark ;;:with-broken-links mark
:html-postamble :html-postamble
,(concat "<hr><p class='creator'>Generated by %c from " ,(concat "<hr><p class='creator'>Generated by %c from "
(or rev yas--version) " " date "</p>\n" rev " " date "</p>\n"
"<p class='xhtml-validation'>%v</p>\n"))) "<p class='xhtml-validation'>%v</p>\n")))
(project (assoc "yasnippet" org-publish-project-alist))) (project (assoc "yasnippet" org-publish-project-alist)))
(when rev ;; Rakefile :doc:upload uses "html-revision". (when rev ;; Rakefile :doc:upload uses "html-revision".