mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Fix typo in ein:make-tramp-file-name
This commit is contained in:
parent
2db2589c78
commit
510cb1dfcc
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ the source is in git repository."
|
|||
filename))
|
||||
|
||||
(defun ein:make-tramp-file-name (username remote-host python-filename)
|
||||
"Old (with multi-hops) tramp compatability function.
|
||||
"Old (with multi-hops) tramp compatibility function.
|
||||
Adapted from `slime-make-tramp-file-name'."
|
||||
(if (boundp 'tramp-multi-methods)
|
||||
(tramp-make-tramp-file-name nil nil
|
||||
|
|
Loading…
Add table
Reference in a new issue