From df7d8ef846164675eb3e95d16e341c7955fdc0a9 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 21 Feb 2023 14:16:35 +0900 Subject: [PATCH] FIx for cmp --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index ea7556a..7951344 100644 --- a/emacs.el +++ b/emacs.el @@ -2974,6 +2974,7 @@ ARGS are not used." url)) +(declare-function vterm "vterm") ;; 前の実行結果を残したまま次のコマンドを実行する方法はあるだろうか (defun my-vterm-cmd (command) "Start arbitrary command in vterm buffer."