diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-09 17:57:32 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-09 17:57:32 +0200 |
commit | effb5d75a80b16db636788fb53e4273a1d16d85d (patch) | |
tree | a5f6e5325a24feb9a481df77c20e27e3b42683e7 /lisp/net/tramp-compat.el | |
parent | 43e9c8e9d28dcb659a43e58778e2745d1279051f (diff) | |
download | emacs-effb5d75a80b16db636788fb53e4273a1d16d85d.tar.gz emacs-effb5d75a80b16db636788fb53e4273a1d16d85d.tar.bz2 emacs-effb5d75a80b16db636788fb53e4273a1d16d85d.zip |
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.
Diffstat (limited to 'lisp/net/tramp-compat.el')
-rw-r--r-- | lisp/net/tramp-compat.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el index d6a4bde167f..d33469f8dbb 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. |