(latexenc-find-file-coding-system): Don't inherit the EOL part of the
[emacs.git] / lisp / term / vt300.el
blob871ed234bc653387ec33d390f28f4b3b3c9d0144
1 ;; -*- no-byte-compile: t -*-
2 (load "term/vt100" nil t)
4 ;; Make F11 an escape key.
5 (define-key function-key-map "\e[23~" [?\e])
7 ;;; arch-tag: 876831c9-a6f2-444a-b033-706e6fbc149f
8 ;;; vt300.el ends here