[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/orgit a479c8f31a 1/7: Use pcase's quote upattern
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/orgit a479c8f31a 1/7: Use pcase's quote upattern |
Date: |
Fri, 22 Apr 2022 18:59:04 -0400 (EDT) |
branch: elpa/orgit
commit a479c8f31a3f465f9ba791e506aae00795423f61
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Use pcase's quote upattern
---
orgit.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/orgit.el b/orgit.el
index 921274162a..a23a8c39f8 100644
--- a/orgit.el
+++ b/orgit.el
@@ -448,9 +448,9 @@ store links to the Magit-Revision mode buffers for these
commits."
(defun orgit--format-export (link desc format)
(pcase format
- (`html (format "<a href=\"%s\">%s</a>" link desc))
- (`latex (format "\\href{%s}{%s}" link desc))
- (`ascii link)
+ ('html (format "<a href=\"%s\">%s</a>" link desc))
+ ('latex (format "\\href{%s}{%s}" link desc))
+ ('ascii link)
(_ link)))
;;; Utilities
- [nongnu] elpa/orgit updated (bc4168ecd2 -> 79ed3337ab), ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit e18d3bb059 6/7: make: Improve creation of autoloads file, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit 79ed3337ab 7/7: Put eval-when-compile and require on one line, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit b2ee9f3d6f 4/7: Use length=, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit a479c8f31a 1/7: Use pcase's quote upattern,
ELPA Syncer <=
- [nongnu] elpa/orgit 8ba66a5779 3/7: Use and-let* for side-effects, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit 26870d23be 2/7: Depend on compat package from GNU Elpa, ELPA Syncer, 2022/04/22
- [nongnu] elpa/orgit 878d79fa8d 5/7: Refresh library header, ELPA Syncer, 2022/04/22