diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-08-11 08:41:11 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-08-11 08:41:11 +0200 |
commit | 80837653ebc588a026e756c482678774941d538f (patch) | |
tree | 8cd6443fc8994fc3c21a5745ffa795303364f1bf /lisp/net/tramp-archive.el | |
parent | 7d70320f35af6880d6bbd83a1f52694f43374fd2 (diff) | |
download | emacs-80837653ebc588a026e756c482678774941d538f.tar.gz emacs-80837653ebc588a026e756c482678774941d538f.tar.bz2 emacs-80837653ebc588a026e756c482678774941d538f.zip |
; Fix typo in tramp-archive.el
* lisp/net/tramp-archive.el (tramp-archive-file-name-handler):
Fix typo. (Bug#57130)
Diffstat (limited to 'lisp/net/tramp-archive.el')
-rw-r--r-- | lisp/net/tramp-archive.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index fda1441615e..548999ca1d2 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -325,7 +325,7 @@ arguments to pass to the OPERATION." ;; Starting with Emacs 29, `tramp-archive-file-name-handler' is ;; autoloaded. But it must still be in tramp-loaddefs.el for older ;; Emacsen. -;;;###autoload(autoload 'tramp-archive-file-name-handler "tramp-archine") +;;;###autoload(autoload 'tramp-archive-file-name-handler "tramp-archive") ;;;###tramp-autoload (defun tramp-archive-file-name-handler (operation &rest args) "Invoke the file archive related OPERATION. |