]> git.eshelyaron.com Git - emacs.git/commit
Remove cl dependency in soap-client.el and soap-inspect.el
authorAlex Harsanyi <AlexHarsanyi@gmail.com>
Wed, 24 May 2017 18:18:39 +0000 (14:18 -0400)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 25 May 2017 12:49:57 +0000 (08:49 -0400)
commit349fbb35513f001a49623be8fe6704cda4ca48e2
tree46e9e97353eb3b5e6dfd375780447552fa9d873b
parent1a9ce7c54e99d80fb515a33edbeeb75fd3239526
Remove cl dependency in soap-client.el and soap-inspect.el

* lisp/net/soap-inspect.el: Replace cl library with cl-lib, case
with cl-case, destructuring-bind with cl-destructuring-bind and
loop with cl-loop.

* lisp/net/soap-client.el: Replace cl library with cl-lib,
defstruct with cl-defstruct, assert with cl-assert, case with
cl-case, ecase with cl-ecase, loop with cl-loop and
destructuring-bind with cl-destructuring-bind.

Co-authored-by: Stefan Monnier <monnier@iro.umontreal.ca>
lisp/net/soap-client.el
lisp/net/soap-inspect.el