aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-05-04 13:34:03 +0200
committerJonas Bernoulli <jonas@bernoul.li>2022-06-17 23:33:10 +0200
commitceddd7a51196ff37f6b66803b60662d482c450b8 (patch)
tree0950da2e85d09cb54f786cada791d67d6903b34a /vterm.el
parent3155a477b43c1567d754768f5be79296440ebaf8 (diff)
Declare variable before first use
Diffstat (limited to 'vterm.el')
-rw-r--r--vterm.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/vterm.el b/vterm.el
index 630b50e..0851432 100644
--- a/vterm.el
+++ b/vterm.el
@@ -62,6 +62,8 @@
(error "VTerm needs module support. Please compile Emacs with
the --with-modules option!"))
+(defvar vterm-copy-mode)
+
;;; Compilation of the module
(defcustom vterm-module-cmake-args ""