]> git.eshelyaron.com Git - emacs.git/commit
Switch Tramp to cl-lib
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 25 May 2017 08:04:12 +0000 (10:04 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 25 May 2017 08:04:12 +0000 (10:04 +0200)
commit1a9ce7c54e99d80fb515a33edbeeb75fd3239526
tree08bf6758d1163c4d2efd70e79d4cf0745ecb53df
parentbfdc27c5f60765a57164e9b12f34856ae90b5888
Switch Tramp to cl-lib

* lisp/net/tramp-compat.el (cl-lib): Require it rather than cl.

* lisp/net/tramp-ftp.el: Don't require cl.

* lisp/net/tramp-gvfs.el: Don't require cl.
(tramp-gvfs-handler-mounted-unmounted)
(tramp-gvfs-connection-mounted-p): Use `cl-*' macros.

* lisp/net/tramp-sh.el: Don't require cl.
(tramp-set-file-uid-gid): Use `shell-quote-argument'.
(tramp-sh-gvfs-monitor-dir-process-filter)
(tramp-sh-inotifywait-process-filter): Use `cl-*' macros.

* lisp/net/tramp-smb.el: Don't require cl.
(tramp-smb-read-file-entry): Use `cl-*' macros.

* lisp/net/tramp.el (cl-lib): Require it rather than cl.
(tramp-parse-file, tramp-parse-shostkeys-sknownhosts)
(tramp-parse-passwd, tramp-parse-etc-group)
(tramp-parse-putty): Use `cl-*' macros.
lisp/net/tramp-compat.el
lisp/net/tramp-ftp.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el