From: Michael Albinus Date: Tue, 16 Aug 2022 18:32:58 +0000 (+0200) Subject: Fix autoload in tramp.el X-Git-Tag: emacs-29.0.90~1447^2~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b1ab183917b12a8ae13d6c78dd034e84429ca40;p=emacs.git Fix autoload in tramp.el --- 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.")