emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 0125f90e64 7/8: Declare json-parse-string in com


From: ELPA Syncer
Subject: [elpa] externals/compat 0125f90e64 7/8: Declare json-parse-string in compat-27.1
Date: Sat, 5 Feb 2022 11:57:24 -0500 (EST)

branch: externals/compat
commit 0125f90e64acdde9d3d4508a779e7b7d5f83be62
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Declare json-parse-string in compat-27.1
    
    This function is used in the compatibility tests, and it is ok if it
    actually does not exist.  To satisfy the byte compiler, the function
    has to be declared here.
---
 compat-27.1.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat-27.1.el b/compat-27.1.el
index b23b63406c..3fb14279aa 100644
--- a/compat-27.1.el
+++ b/compat-27.1.el
@@ -124,6 +124,7 @@ Letter-case is significant, but text properties are 
ignored."
 
 ;;;; Defined in json.c
 
+(declare-function json-parse-string nil (string &rest args))
 (declare-function json-encode-string "json" (object))
 (declare-function json-read-from-string "json" (string))
 (declare-function json-read "json" ())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]