X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8dd59f01de203f3f02c3f898a7015bb522a0e4bc..caafef5ddc019b2cd4030f71fb3f307c3775b4da:/lisp/term/vt201.el diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el index 987aee09f3..a65b473773 100644 --- a/lisp/term/vt201.el +++ b/lisp/term/vt201.el @@ -1,4 +1,3 @@ -;; -*- no-byte-compile: t -*- ;; For our purposes we can treat the vt200 and vt100 almost alike. ;; Most differences are handled by the termcap entry. (defun terminal-init-vt201 () @@ -8,5 +7,4 @@ (define-key input-decode-map "\e[23~" [f11]) ;Probably redundant. (define-key local-function-key-map [f11] [?\e])) -;; arch-tag: a6abb38f-60ea-449e-a9e9-3fb8572c52ae ;;; vt201.el ends here