fix sharp-quote syntax

This commit is contained in:
Valentin Boettcher 2024-09-15 12:28:09 -04:00
parent 05f3be3a02
commit e2ed9db0d4
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -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."