emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4b1ab18391: Fix autoload in tramp.el


From: Michael Albinus
Subject: master 4b1ab18391: Fix autoload in tramp.el
Date: Tue, 16 Aug 2022 14:33:07 -0400 (EDT)

branch: master
commit 4b1ab183917b12a8ae13d6c78dd034e84429ca40
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix autoload in tramp.el
---
 lisp/net/tramp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 046d814547..ed40245e8a 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.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]