File: add-load-path.patch

package info (click to toggle)
emacs-libvterm 0.0.2%2Bgit20250113.056ad74-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 452 kB
  • sloc: ansic: 1,914; lisp: 1,514; sh: 57; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Martin <debacle@debian.org>
Date: Mon, 27 May 2024 11:52:44 -0700
Subject: add architecture specific load-path

Origin: vendor
Forwarded: not-needed
Last-Update: 2022-08-16

Last-Update: 2022-08-16
---
 vterm.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vterm.el b/vterm.el
index 9bc0d16..df45dfd 100644
--- a/vterm.el
+++ b/vterm.el
@@ -56,6 +56,8 @@
 
 ;;; Code:
 
+(load-library "vterm-load-path")
+
 (require 'term/xterm)
 
 (unless module-file-suffix