summaryrefslogtreecommitdiff
path: root/lisp/term/vt125.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/vt125.el')
-rw-r--r--lisp/term/vt125.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/term/vt125.el b/lisp/term/vt125.el
index 458e0dafc2..369dc5f28b 100644
--- a/lisp/term/vt125.el
+++ b/lisp/term/vt125.el
@@ -1,6 +1,8 @@
;; -*- no-byte-compile: t -*-
-(load "term/vt100" nil t)
+(defun terminal-init-vt125 ()
+ "Terminal initialization function for vt125."
+ (terminal-init-vt100))
;;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801
;;; vt125.el ends here