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

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

[nongnu] elpa/xml-rpc b4409a0980 2/4: Replace require of timezone with a


From: ELPA Syncer
Subject: [nongnu] elpa/xml-rpc b4409a0980 2/4: Replace require of timezone with autoload
Date: Thu, 27 Oct 2022 14:59:41 -0400 (EDT)

branch: elpa/xml-rpc
commit b4409a09800830242cbf787db7b612a506c2e87d
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Replace require of timezone with autoload
---
 xml-rpc.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xml-rpc.el b/xml-rpc.el
index c044827668..f83f90a7fa 100644
--- a/xml-rpc.el
+++ b/xml-rpc.el
@@ -39,7 +39,6 @@
 
 (require 'xml)
 (require 'url-http)
-(require 'timezone)
 
 (defconst xml-rpc-maintainer-address "mah@everybody.org"
   "The address where bug reports should be sent.")
@@ -144,6 +143,8 @@ a list that is not datetime, base64 or struct."
 (defvar xml-rpc--date-parses-as nil)
 (defvar xml-rpc--tz-pd-defined-in nil)
 
+(autoload 'timezone-parse-date "timezone")
+
 (defun xml-rpc-submit-bug-report ()
  "Submit a bug report on xml-rpc."
  (interactive)



reply via email to

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