diff options
| author | Xiyue Deng <manphiz@gmail.com> | 2025-06-04 01:29:16 -0700 |
|---|---|---|
| committer | Xiyue Deng <manphiz@gmail.com> | 2025-06-04 01:29:16 -0700 |
| commit | c1e6ff23e9af16b856c88dfaab9d3ad7b746ad37 (patch) | |
| tree | c48b41764e45658023f4a9a21afe10ab3e631f87 | |
| parent | dd570a6b22364212fff9769cbf4376bdbd7a63c5 (diff) | |
Drop use of `yas--version' in doc/yas-doc-helper.elexternals/yasnippet
- No longer available since 0.14.3
| -rw-r--r-- | 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 442bf8a..1d3cf68 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". |
