]> git.eshelyaron.com Git - emacs.git/commit
In Tramp, use `string-empty-p' and `string-equal-ignore-case' consequently
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 27 Jul 2022 10:51:11 +0000 (12:51 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 27 Jul 2022 10:51:11 +0000 (12:51 +0200)
commitdb4dd28c21f95361de620c6e543d23da5d982fd5
tree2b9723207893f663a512cc1b63cb601445d303a8
parent186429888981fb818624847f7356908f253b1bda
In Tramp, use `string-empty-p' and `string-equal-ignore-case' consequently

* lisp/net/tramp.el (tramp-find-method):
* lisp/net/tramp-cmds.el (tramp-change-syntax):
* lisp/net/tramp-sh.el (tramp-sh-get-signal-strings)
(tramp-open-connection-setup-interactive-shell): Use `string-empty-p'.

* lisp/net/tramp-compat.el (tramp-compat-string-equal-ignore-case):
New defalias.
* lisp/net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted): Use it.
lisp/net/tramp-cmds.el
lisp/net/tramp-compat.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el
lisp/net/tramp.el