mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
Enable Tramp reloading
* lisp/net/tramp.el (tramp-file-name): Add ;;;###tramp-autoload cookie. (Bug#50869) * test/lisp/net/tramp-tests.el (tramp-test47-unload): Do not skip. Test reload.
This commit is contained in:
parent
693484d36b
commit
52dd3fcf89
2 changed files with 11 additions and 3 deletions
|
|
@ -1421,7 +1421,10 @@ calling HANDLER.")
|
|||
;; internal data structure. Convenience functions for internal
|
||||
;; data structure.
|
||||
|
||||
;; The basic structure for remote file names.
|
||||
;; The basic structure for remote file names. We must autoload it in
|
||||
;; tramp-loaddefs.el, because some functions, which need it, wouldn't
|
||||
;; work otherwise when unloading / reloading Tramp. (Bug#50869)
|
||||
;;;###tramp-autoload
|
||||
(cl-defstruct (tramp-file-name (:type list) :named)
|
||||
method user domain host port localname hop)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue