summaryrefslogtreecommitdiff
path: root/lisp/term/vt102.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/vt102.el')
-rw-r--r--lisp/term/vt102.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/vt102.el b/lisp/term/vt102.el
index ad780ed5081..ba4ac80c92a 100644
--- a/lisp/term/vt102.el
+++ b/lisp/term/vt102.el
@@ -2,7 +2,7 @@
(defun terminal-init-vt102 ()
"Terminal initialization function for vt102."
- (load "term/vt100" nil t))
+ (terminal-init-vt100))
;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
;;; vt102.el ends here