1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Xiyue Deng <manphiz@gmail.com>
Date: Wed, 4 Jun 2025 01:23:44 -0700
Subject: Drop use of `yas--version' in doc/yas-doc-helper.el
- No longer available since 0.14.3
Forwarded: https://github.com/joaotavora/yasnippet/pull/1215
---
doc/yas-doc-helper.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/yas-doc-helper.el b/doc/yas-doc-helper.el
index d599733..c652fef 100644
--- a/doc/yas-doc-helper.el
+++ b/doc/yas-doc-helper.el
@@ -199,7 +199,7 @@ But replace link to \"current\" page with a span element."
;;:with-broken-links mark
:html-postamble
,(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")))
(project (assoc "yasnippet" org-publish-project-alist)))
(when rev ;; Rakefile :doc:upload uses "html-revision".
|