diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-09-18 16:53:49 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-09-18 16:53:49 +0200 |
commit | e5aeb5eaecd5f3a769ac72259ee893353313e610 (patch) | |
tree | be12e2c3ea48cb3010cf775c3351340f0624e034 /lisp/net/tramp-cache.el | |
parent | baf1a7a4a0f21636ea8314a6a927f69a0c66aac5 (diff) | |
download | emacs-e5aeb5eaecd5f3a769ac72259ee893353313e610.tar.gz emacs-e5aeb5eaecd5f3a769ac72259ee893353313e610.tar.bz2 emacs-e5aeb5eaecd5f3a769ac72259ee893353313e610.zip |
Minor Tramp cleanups
* lisp/net/tramp-compat.el (tramp-compat-rx): Declare.
* lisp/net/tramp-integration.el (info-lookup-maybe-add-help):
Fix `rx' call.
Diffstat (limited to 'lisp/net/tramp-cache.el')
-rw-r--r-- | lisp/net/tramp-cache.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index 58954c238e0..d8f31daa1fa 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -43,8 +43,7 @@ ;; existence, or "file-attributes" caches the result of the function ;; `file-attributes'. These entries have a timestamp, and they ;; expire after `remote-file-name-inhibit-cache' seconds if this -;; variable is set. These properties are taken into account only if -;; the connection is established, or `non-essential' is nil. +;; variable is set. ;; ;; - The key is a process. These are temporary properties related to ;; an open connection. Examples: "scripts" keeps shell script |