diff options
-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. |