]> git.eshelyaron.com Git - emacs.git/commit
Fix edge cases in tramp-crypt.el
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 1 Aug 2024 14:57:53 +0000 (16:57 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 2 Aug 2024 10:02:38 +0000 (12:02 +0200)
commit7e03378873dbc542998f4cde9ae17fb39cba89bb
treea0acdd6c8d567e6c4304b79b5a536e82a56495bb
parentdd31c24f8f8ec80121b36378a22b4ae3997ae49a
Fix edge cases in tramp-crypt.el

* lisp/net/tramp-crypt.el (tramp-crypt-handle-set-visited-file-modtime)
(tramp-crypt-handle-verify-visited-file-modtime): New defuns.
(tramp-crypt-file-name-handler-alist): Use them.
(tramp-crypt-handle-lock-file): Care about `buffer-file-name'.
(tramp-crypt-handle-unlock-file): Remove compat code.

(cherry picked from commit 889e7027d3ec54be204e7bd1f1fa1b8c93f3e172)
lisp/net/tramp-crypt.el