]> git.eshelyaron.com Git - emacs.git/commit
Fix some `unwind-protect' forms
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 3 Apr 2023 11:18:55 +0000 (13:18 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 3 Apr 2023 11:18:55 +0000 (13:18 +0200)
commit4a1df6194618b7a08bbf1dfe99c17788d0e12d62
treec51f19c84c68c35f05e8fa7f24a67f5632ef878f
parent9a8d96da5c56c80611e4a1f6ffbd89efe0b5f51d
Fix some `unwind-protect' forms

* lisp/net/tramp-smb.el (tramp-smb-handle-file-acl)
(tramp-smb-handle-set-file-acl): Remove superfluous `unwind-protect'.

* test/lisp/auth-source-tests.el
(auth-source-test-secrets-create-secret): Fix `unwind-protect' handler.

* test/lisp/net/tramp-tests.el (tramp-test38-find-backup-file-name):
Add dummy cleanup form.
lisp/net/tramp-smb.el
test/lisp/auth-source-tests.el
test/lisp/net/tramp-tests.el