branch: externals/tramp-hlo
commit 12e980abd53d8ec58c6b452be8e6692eb9139f24
Author: Joe Sadusk <[email protected]>
Commit: Joe Sadusk <[email protected]>
Rename setup and remove functions to correctly namespace
---
tramp-hlo.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tramp-hlo.el b/tramp-hlo.el
index 8f0cc8d8c6..42e1460e75 100644
--- a/tramp-hlo.el
+++ b/tramp-hlo.el
@@ -399,7 +399,7 @@ This function returns either:
locals-dir)))
-(defun setup-tramp-hlo ()
+(defun tramp-hlo-setup ()
"Setup Tramp high-level functions.
Adds Tramp external operations for the following Emacs built-in functions:
- `dir-locals--all-files'
@@ -414,7 +414,7 @@ Adds Tramp external operations for the following Emacs
built-in functions:
#'tramp-hlo-dir-locals-find-file 'tramp-sh)
)
-(defun remove-tramp-hlo ()
+(defun tramp-hlo-remove ()
"Remove Tramp high-level functions.
Remove Tramp external operations for the following emacs built-in functions:
- `dir-locals--all-files'