diff --git a/py-vterm-interaction.el b/py-vterm-interaction.el index 7561164..0af6d30 100644 --- a/py-vterm-interaction.el +++ b/py-vterm-interaction.el @@ -622,7 +622,7 @@ If the function has no arguments, the function call is run immediately." (setq default-directory buffer-directory))) (message "The buffer is not associated with a directory."))) -(defalias 'py-vterm-interaction-sync-wd '#py-vterm-interaction-send-cd-to-buffer-directory) +(defalias 'py-vterm-interaction-sync-wd #'py-vterm-interaction-send-cd-to-buffer-directory) (defun py-vterm-interaction-fellow-repl-prompt-status () "Return REPL mode or nil if REPL is not ready for input."