summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-08-16 20:32:58 +0200
committerMichael Albinus <michael.albinus@gmx.de>2022-08-16 20:32:58 +0200
commit4b1ab183917b12a8ae13d6c78dd034e84429ca40 (patch)
treef9efdbc086ede307878aaeda2689777074d5a423
parent12c3461b455bf06551060ed6061f7df84967ae97 (diff)
downloademacs-4b1ab183917b12a8ae13d6c78dd034e84429ca40.tar.gz
Fix autoload in tramp.el
-rw-r--r--lisp/net/tramp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 046d814547f..ed40245e8a0 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1055,6 +1055,7 @@ Derived from `tramp-postfix-host-format'.")
(defconst tramp-unknown-id-integer -1
"Integer used to denote an unknown user or group.")
+;;;###tramp-autoload
(defconst tramp-root-id-string "root"
"String used to denote the root user or group.")