diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-05-04 13:34:03 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-06-17 23:33:10 +0200 |
| commit | ceddd7a51196ff37f6b66803b60662d482c450b8 (patch) | |
| tree | 0950da2e85d09cb54f786cada791d67d6903b34a /vterm.el | |
| parent | 3155a477b43c1567d754768f5be79296440ebaf8 (diff) | |
Declare variable before first use
Diffstat (limited to 'vterm.el')
| -rw-r--r-- | vterm.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 "" |
