This commit is contained in:
shg 2020-09-03 11:16:17 +09:00 committed by GitHub
parent c1a62f627c
commit b960d18553

View file

@ -4,7 +4,7 @@
;; Author: Shigeaki Nishina ;; Author: Shigeaki Nishina
;; Maintainer: Shigeaki Nishina ;; Maintainer: Shigeaki Nishina
;; URL: https://github.com/shg/julia-repl-vterm ;; URL: https://github.com/shg/julia-repl-vterm
;; Version: 0.2 ;; Version: 0.3
;; ;;
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.
;; ;;
@ -148,8 +148,7 @@ already one with the process alive, just open it."
(defun julia-with-repl-vterm-send-buffer () (defun julia-with-repl-vterm-send-buffer ()
(interactive) (interactive)
(save-excursion (save-excursion
(let ((repl-buffer (inferior-julia-repl-vterm-buffer))) (julia-with-repl-vterm-send-string (buffer-string))))
(julia-with-repl-vterm-send-string (buffer-string)))))
;;;##autoload ;;;##autoload
(define-minor-mode julia-with-repl-vterm-mode (define-minor-mode julia-with-repl-vterm-mode