[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/xml-rpc d387e9ac1c 8/9: Merge pull request #29 from skanga
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/xml-rpc d387e9ac1c 8/9: Merge pull request #29 from skangas/warnings-emacs-30 |
Date: |
Mon, 9 Oct 2023 13:03:23 -0400 (EDT) |
branch: elpa/xml-rpc
commit d387e9ac1c5e00f4e48f1a3cc4be187fbb664442
Merge: 5363cbf946 47cd3409d6
Author: Mark A. Hershberger <mah@everybody.org>
Commit: GitHub <noreply@github.com>
Merge pull request #29 from skangas/warnings-emacs-30
Fix warnings in Emacs 30.0.50
---
xml-rpc.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/xml-rpc.el b/xml-rpc.el
index ce45ac9bf8..4424c47576 100644
--- a/xml-rpc.el
+++ b/xml-rpc.el
@@ -8,14 +8,14 @@
;; Maintainer: Mark A. Hershberger <mah@everybody.org>
;; Original Author: Daniel Lundin <daniel@codefactory.se>
-;; Version: 1.6.16
+;; Version: 1.6.17
;; Created: May 13 2001
;; Keywords: xml rpc network comm
;; Package-Requires: ((emacs "24.1"))
;; URL: http://github.com/xml-rpc-el/xml-rpc-el
-;; Last Modified: <2022-10-04 18:14:42 skangas>
+;; Last Modified: <2023-10-09 10:56:07 skangas>
-(defconst xml-rpc-version "1.6.16"
+(defconst xml-rpc-version "1.6.17"
"Current version of xml-rpc.el.")
;; This file is NOT (yet) part of GNU Emacs.
@@ -185,7 +185,7 @@ sequence, or it will be confused for a list."
(and (listp value)
(eq (car value) :base64)))
-(defsubst xml-rpc-valuep (value)
+(defun xml-rpc-valuep (value)
"Return t if VALUE is any sort of xml-rpc structure.
Return nil otherwise."
- [nongnu] elpa/xml-rpc updated (8272789df8 -> fb6183597b), ELPA Syncer, 2023/10/09
- [nongnu] elpa/xml-rpc 6f670bcce5 5/9: Harden GitHub CI workflow, ELPA Syncer, 2023/10/09
- [nongnu] elpa/xml-rpc 4377831572 1/9: Fix byte-compiler warning in Emacs 30, ELPA Syncer, 2023/10/09
- [nongnu] elpa/xml-rpc 47cd3409d6 2/9: Bump version to 1.6.17, ELPA Syncer, 2023/10/09
- [nongnu] elpa/xml-rpc a0725c2978 6/9: Keep GitHub Actions up-to-date with Dependabot, ELPA Syncer, 2023/10/09
- [nongnu] elpa/xml-rpc 5363cbf946 7/9: Merge pull request #30 from skangas/github-ci-fixes, ELPA Syncer, 2023/10/09
- [nongnu] elpa/xml-rpc fb6183597b 9/9: Merge pull request #28 from skangas/doc-fixes, ELPA Syncer, 2023/10/09
- [nongnu] elpa/xml-rpc aa56ca3aea 3/9: Various documentation fixes, ELPA Syncer, 2023/10/09
- [nongnu] elpa/xml-rpc 2758081c16 4/9: Run GitHub workflow on Emacs 29.1 and earlier, ELPA Syncer, 2023/10/09
- [nongnu] elpa/xml-rpc d387e9ac1c 8/9: Merge pull request #29 from skangas/warnings-emacs-30,
ELPA Syncer <=