mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 09:31:40 -05:00
fix sharp-quote syntax
This commit is contained in:
parent
05f3be3a02
commit
e2ed9db0d4
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue