emacs-diffs
[Top][All Lists]
Advanced

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

master effb5d75a8: Revert "Fix tramp-loaddefs compilation"


From: Lars Ingebrigtsen
Subject: master effb5d75a8: Revert "Fix tramp-loaddefs compilation"
Date: Fri, 9 Sep 2022 11:58:17 -0400 (EDT)

branch: master
commit effb5d75a80b16db636788fb53e4273a1d16d85d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Revert "Fix tramp-loaddefs compilation"
    
    This reverts commit 43e9c8e9d28dcb659a43e58778e2745d1279051f.
    
    The cookie seemed to go to lisp/loaddefs.el for a reason, but a bootstrap 
is needed.
---
 lisp/net/tramp-compat.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el
index d6a4bde167..d33469f8db 100644
--- a/lisp/net/tramp-compat.el
+++ b/lisp/net/tramp-compat.el
@@ -220,7 +220,7 @@ CONDITION can also be a list of error conditions."
     (tramp-compat-rx--transform items)))
 
 ;; This is needed for compilation in the Emacs source tree.
-;;;###tramp-autoload (defalias 'tramp-compat-rx #'rx)
+;;;###autoload (defalias 'tramp-compat-rx #'rx)
 
 ;; `file-modes', `set-file-modes' and `set-file-times' got argument
 ;; FLAG in Emacs 28.1.



reply via email to

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