]> git.eshelyaron.com Git - emacs.git/commit
Replace some `string-match-p' calls in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Aug 2021 13:34:43 +0000 (15:34 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Aug 2021 13:34:43 +0000 (15:34 +0200)
commit244acc5a057b0d6ff03754af14d71808b6f20233
tree0946a5198a6d37cc375fc278a602ce2d0ff0eb5b
parent1ab9fa60e75a15e09ca28966dd1e4cb364ca3809
Replace some `string-match-p' calls in Tramp

* lisp/net/tramp.el (tramp-debug-message, tramp-set-completion-function)
(tramp-get-completion-methods, tramp-get-completion-user-host):
* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
* lisp/net/tramp-sh.el (tramp-sh-handle-make-process)
(tramp-open-connection-setup-interactive-shell)
(tramp-convert-file-attributes): Use `string-prefix-p'.

* lisp/net/tramp.el (tramp-dissect-file-name)
(tramp-progress-reporter-update, tramp-handle-insert-directory):
* lisp/net/tramp-cache.el (tramp-get-hash-table)
(tramp-flush-directory-properties):
* lisp/net/tramp-cmds.el (tramp-append-tramp-buffers):
* lisp/net/tramp-sh.el (tramp-sh-handle-insert-directory)
(tramp-call-local-coding-command, tramp-get-inline-coding):
* lisp/net/tramp-smb.el (tramp-smb-handle-file-attributes)
(tramp-smb-handle-file-name-all-completions)
(tramp-smb-handle-file-writable-p)
(tramp-smb-handle-insert-directory)
(tramp-smb-handle-start-file-process, )
(tramp-smb-read-file-entry): Use `tramp-compat-string-search'.
lisp/net/tramp-adb.el
lisp/net/tramp-cache.el
lisp/net/tramp-cmds.el
lisp/net/tramp-sh.el
lisp/net/tramp-smb.el
lisp/net/tramp.el