[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive ec906b9e81 03/14: Docs: Use lm-version in macro
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive ec906b9e81 03/14: Docs: Use lm-version in macro |
Date: |
Sat, 14 Oct 2023 19:01:07 -0400 (EDT) |
branch: elpa/hyperdrive
commit ec906b9e81becf89631ef52dbad10ed0590fc84c
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Docs: Use lm-version in macro
---
doc/doc-setup.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/doc-setup.org b/doc/doc-setup.org
index 964a03d321..624cf11060 100644
--- a/doc/doc-setup.org
+++ b/doc/doc-setup.org
@@ -39,4 +39,4 @@
# returns major.minor version number. This is sufficient since bugfix
# releases are not expected to add features and therefore imply manual
# modifications.
-#+macro: version (eval (with-current-buffer (find-file-noselect
"../hyperdrive.el") (org-with-point-at 1 (if (re-search-forward "Version:
+\\([^\s\n]+\\)" nil t) (match-string-no-properties 1) (error "Missing
\"Version\" keyword in \"org.el\"")))))
+#+macro: version (eval (progn (require 'lisp-mnt) (lm-version
"../hyperdrive.el")))
- [nongnu] elpa/hyperdrive updated (4bfb60b6f0 -> 03a72c2772), ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive ec906b9e81 03/14: Docs: Use lm-version in macro,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 917c5ac3f1 04/14: Docs: Fix "Hyperdrive" listing in *info* dir (top), ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive fa4ee7d42f 09/14: Meta: Update CHANGELOG, ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive 3225b0c7e2 01/14: Comment: Add TODO, ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive 18a59bb07a 05/14: Docs: Add .texi manual back, ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive 7c2e768ca6 08/14: Meta: Fix copyright, ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive 4052ca432a 10/14: Docs: Fix documentation for *-find-file-other-window bindings, ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive 435e9e9bd0 02/14: Change: (hyperdrive-open) Add message, ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive 262f4bf033 13/14: Release: v0.2, ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive 414037f31f 06/14: Tidy: (CONTRIBUTING) Add checkboxes, ELPA Syncer, 2023/10/14
- [nongnu] elpa/hyperdrive 8ea35a23bf 07/14: Meta: Update copyright, ELPA Syncer, 2023/10/14