]> git.eshelyaron.com Git - emacs.git/commit
Use lambda in tramp-compat-* functions
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 6 May 2019 10:04:24 +0000 (12:04 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 6 May 2019 10:04:24 +0000 (12:04 +0200)
commitf0c0b2cea3ffea7e3c53ff24c58e7a08ac40babb
treee2fba23e0b8ca06157d431137f4da08ec94e0d1f
parent1ac5c6c3cfc4c50347af893aa72926cdf2edb8c1
Use lambda in tramp-compat-* functions

* lisp/net/tramp-compat.el (tramp-handle-temporary-file-directory):
Declare.
(tramp-compat-temporary-file-directory-function): Use function symbol.
(tramp-compat-file-attribute-type)
(tramp-compat-file-attribute-link-number)
(tramp-compat-file-attribute-user-id)
(tramp-compat-file-attribute-group-id)
(tramp-compat-file-attribute-modification-time)
(tramp-compat-file-attribute-size)
(tramp-compat-file-attribute-modes)
(tramp-compat-directory-name-p, tramp-compat-file-local-name)
(tramp-compat-file-name-quoted-p, tramp-compat-file-name-quote)
(tramp-compat-file-name-unquote, tramp-compat-exec-path)
(tramp-compat-time-equal-p, tramp-compat-flatten-tree):
Make them lambdas.
lisp/net/tramp-compat.el