diff options
author | Alex Harsanyi <AlexHarsanyi@gmail.com> | 2017-05-24 14:18:39 -0400 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2017-05-25 08:49:57 -0400 |
commit | 349fbb35513f001a49623be8fe6704cda4ca48e2 (patch) | |
tree | 46e9e97353eb3b5e6dfd375780447552fa9d873b /lisp/emacs-lisp/bytecomp.el | |
parent | 1a9ce7c54e99d80fb515a33edbeeb75fd3239526 (diff) | |
download | emacs-349fbb35513f001a49623be8fe6704cda4ca48e2.tar.gz emacs-349fbb35513f001a49623be8fe6704cda4ca48e2.tar.bz2 emacs-349fbb35513f001a49623be8fe6704cda4ca48e2.zip |
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>
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
0 files changed, 0 insertions, 0 deletions