]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix autoload in tramp.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 16 Aug 2022 18:32:58 +0000 (20:32 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 16 Aug 2022 18:32:58 +0000 (20:32 +0200)
lisp/net/tramp.el

index 046d814547fb589eb4066d012c349ed0137e9700..ed40245e8a01a10ba027f0e868b70509f552e920 100644 (file)
@@ -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.")