summaryrefslogtreecommitdiff
path: root/lisp/term/vt400.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/vt400.el')
-rw-r--r--lisp/term/vt400.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/term/vt400.el b/lisp/term/vt400.el
index 97c0c5d7372..f1c7e3732d3 100644
--- a/lisp/term/vt400.el
+++ b/lisp/term/vt400.el
@@ -1,9 +1,9 @@
;; -*- no-byte-compile: t -*-
(defun terminal-init-vt400 ()
- "Terminal initialization function for vt400."
- (load "term/vt100" nil t)
+ "Terminal initialization function for vt400."
+ (terminal-init-vt100)
;; Make F11 an escape key.
- (define-key function-key-map "\e[23~" [?\e]))
+ (define-key local-function-key-map "\e[23~" [?\e]))
;;; arch-tag: a70809c5-6b21-42cc-ba20-536683e5e7d5
;;; vt400.el ends here