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

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

[nongnu] elpa/xml-rpc 481ed72dff 22/64: update bug reporting function.


From: Stefan Kangas
Subject: [nongnu] elpa/xml-rpc 481ed72dff 22/64: update bug reporting function.
Date: Fri, 31 Dec 2021 20:11:04 -0500 (EST)

branch: elpa/xml-rpc
commit 481ed72dff82e428340a32adc2ddd0b88a7754d2
Author: Mark A. Hershberger <mah@everybody.org>
Commit: Mark A. Hershberger <mah@everybody.org>

    update bug reporting function.
---
 xml-rpc.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/xml-rpc.el b/xml-rpc.el
index 0bd5b03b93..3d70a2e87f 100644
--- a/xml-rpc.el
+++ b/xml-rpc.el
@@ -65,6 +65,9 @@
 ;; xml.el is a part of GNU Emacs 21, but can also be downloaded from
 ;; here: <URL:ftp://ftp.codefactory.se/pub/people/daniel/elisp/xml.el>
 
+;;; Bug reports
+
+;; Please use M-x xml-rpc-submit-bug-report to report bugs.
 
 ;;; XML-RPC datatypes are represented as follows
 
@@ -271,11 +274,13 @@ Set it higher to get some info in the *Messages* buffer"
         (if (fboundp 'find-lisp-object-file-name)
             (find-lisp-object-file-name
              'timezone-parse-date (symbol-function 'timezone-parse-date))
-          (symbol-file 'timezone-parse-date))))
+          (symbol-file 'timezone-parse-date)))
+       (date-parses-as (timezone-parse-date "20091130T00:52:53")))
    (reporter-submit-bug-report
     xml-rpc-maintainer-address
     (concat "xml-rpc.el " xml-rpc-version)
     (list 'xml-rpc-tz-pd-defined-in
+          'date-parses-as
           'xml-rpc-load-hook
           'xml-rpc-use-coding-system
           'xml-rpc-allow-unicode-string



reply via email to

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