[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/datetime 8247df6a15 058/147: Pass the argument to format t
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/datetime 8247df6a15 058/147: Pass the argument to format to `warn' |
Date: |
Fri, 31 Jan 2025 07:00:02 -0500 (EST) |
branch: elpa/datetime
commit 8247df6a154e2afd6d1a1dda26e1e1d129d2c8aa
Author: Wieland Hoffmann <themineo@gmail.com>
Commit: Wieland Hoffmann <WHoffman@de.ibm.com>
Pass the argument to format to `warn'
The format string expects an argument. Add one.
---
datetime.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/datetime.el b/datetime.el
index 8788615aa9..f2f1fbead2 100644
--- a/datetime.el
+++ b/datetime.el
@@ -216,7 +216,7 @@ form:
(or (when datetime-locale
(if (extmap-contains-key datetime--locale-extmap datetime-locale)
datetime-locale
- (warn "Locale `%S' (value of `datetime-locale' variable) is
not known")
+ (warn "Locale `%S' (value of `datetime-locale' variable) is
not known" datetime-locale)
nil))
(let ((system-locale (or (getenv "LC_ALL") (getenv "LC_TIME")
(getenv "LANG")))
as-symbol)
@@ -235,7 +235,7 @@ form:
(or (when datetime-timezone
(if (extmap-contains-key datetime--timezone-extmap
datetime-timezone)
datetime-timezone
- (warn "Timezone `%S' (value of `datetime-timezone' variable)
is not known")
+ (warn "Timezone `%S' (value of `datetime-timezone' variable)
is not known" datetime-timezone)
nil))
(datetime--determine-system-timezone))
(or timezone 'UTC))))
- [nongnu] elpa/datetime ee6cbeb8f6 015/147: Alter data harvesting to not drop locales that are completely the same as their parent (e.g. `ru-RU' is now listed among known locales)., (continued)
- [nongnu] elpa/datetime ee6cbeb8f6 015/147: Alter data harvesting to not drop locales that are completely the same as their parent (e.g. `ru-RU' is now listed among known locales)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 4e6a7af643 024/147: Fucking byte-compilation warnings., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime b896217766 021/147: Explicitly require `macroexp' package; may be needed depending on Emacs version., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime a4191272d5 030/147: Add functions `datetime-locale-database-version' and `datetime-timezone-database-version'., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime faa0a9186d 039/147: Document parsing functionality., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime d8674ac11f 026/147: Improve system timezone determination for Linux machines., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime ac946bf10b 031/147: Reduce code duplication in some functions., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 12cb76cfd1 041/147: Undo some `README.md' changes., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 4a4c110b1a 047/147: Update results of `datetime-*-database-version' as promised., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 2aadcde27f 053/147: Restore explicit JDK selection on Travis CI accidentally deleted in commit 34ea42c., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 8247df6a15 058/147: Pass the argument to format to `warn',
ELPA Syncer <=
- [nongnu] elpa/datetime b268319f72 059/147: Merge pull request #3 from mineo/warn, ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime b58c776fc0 067/147: Replace the badge in `README.md' accordingly., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 3450a19bdc 072/147: Regenerate timezone extmaps using OpenJDK 14.0.2 (Debian build 14.0.2+12-2)., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 3065971ce8 092/147: Release datetime 0.8, ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 4c422b6f9d 104/147: Implement every of the million subtly different ways Java can format timezone offsets., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 55e8a9a978 112/147: Update library documentation; use AsciiDoc instead of Markdown., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 082d2c7b0e 007/147: Add :any-decimal-separator option to accept both decimal dot and decimal comma, regardless of what pattern uses., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime c134420a9e 012/147: Move locale data to an external database loaded with `extmap' package; add a Shell script to update it in one command., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime 2a92d80cdc 025/147: Release version 0.4., ELPA Syncer, 2025/01/31
- [nongnu] elpa/datetime bb3f7e10b9 038/147: Fix certain changes to `run-tests.sh' in the latest commit again., ELPA Syncer, 2025/01/31