aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-01-29 14:22:14 +0100
committerJonas Bernoulli <jonas@bernoul.li>2021-01-29 14:22:14 +0100
commit8334da21e8acfd27c81c786470fa707332768fa9 (patch)
tree9b5c0eef7f5385b8a1ab747870452eff9eacddd2
parent0ce562b26c42ab234925d0b60c58556722236725 (diff)
Silence byte-compiler
This `require' should have been added in #485.
-rw-r--r--vterm.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/vterm.el b/vterm.el
index b4c0c78..b2f08dd 100644
--- a/vterm.el
+++ b/vterm.el
@@ -56,6 +56,8 @@
;;; Code:
+(require 'term/xterm)
+
(unless module-file-suffix
(error "VTerm needs module support. Please compile Emacs with
the --with-modules option!"))